#C41249

Color #C41249 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C41249

Tints of Cardinal #C41249

Color information

#C41249 (or 0xC41249) is unknown color: approx Cardinal. HEX triplet: C4, 12 and 49. RGB value is (196,18,73). Sum of RGB (Red+Green+Blue) = 196+18+73=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C41249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41249 is #3BEDB6. Grayscale: #4D4D4D. Windows color (decimal): -3927479 or 4788932. OLE color: 4788932.

HSL color Cylindrical-coordinate representation of color #C41249: hue angle of 341.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41249 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1961873-
CMYK00.910.630.23
HSL341.46º83.18%41.96%-
HSV(B)341.46º90.82%76.86%-
XYZ24.1812.657.47-
YUV77.49125.47212.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.29%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=68.29%
G=6.27%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196187300.910.630.23341.4683.1841.96
HexC4124905B3F17155532a
Octal304221110133772752512352
Binary1100010010010100100101011011111111101111010101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41249; }

 p { color: rgb(196,18,73); }

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

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

 a { background-color: rgb(196,18,73); }

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

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

 span { border-color: rgb(196,18,73); }

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