#9C2541

Color #9C2541 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9C2541

Tints of Bright Red #9C2541

Color information

#9C2541 (or 0x9C2541) is unknown color: approx Bright Red. HEX triplet: 9C, 25 and 41. RGB value is (156,37,65). Sum of RGB (Red+Green+Blue) = 156+37+65=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2541 is #63DABE. Grayscale: #4B4B4B. Windows color (decimal): -6544063 or 4269468. OLE color: 4269468.

HSL color Cylindrical-coordinate representation of color #9C2541: hue angle of 345.88º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2541 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1563765-
CMYK00.760.580.39
HSL345.88º61.66%37.84%-
HSV(B)345.88º76.28%61.18%-
XYZ15.338.775.89-
YUV75.77121.92185.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 60.47%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=60.47%
G=14.34%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156376500.760.580.39345.8861.6637.84
Hex9C254104C3A2715a3e26
Octal23445101011472475327646
Binary10011100100101100000101001100111010100111101011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2541; }

 p { color: rgb(156,37,65); }

 H1.HeaderClassName
 {
   color: #9C2541;
 }
 .AnyTagClassName
 {
   color: #9C2541;
 }
</style>
background-color css

<style>
 a { background-color: #9C2541; }

 a { background-color: rgb(156,37,65); }

 div.DivClassName
 {
   background-color: #9C2541;
 }
 .BgClassName
 {
   background-color: #9C2541;
 }
</style>
border-color css

<style>
 span { border-color: #9C2541; }

 span { border-color: rgb(156,37,65); }

 td.TdClassName
 {
   border-color: #9C2541;
 }
 .TagClassName
 {
   border-color: #9C2541;
 }
</style>