#C41447

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

Shades of Cardinal #C41447

Tints of Cardinal #C41447

Color information

#C41447 (or 0xC41447) is unknown color: approx Cardinal. HEX triplet: C4, 14 and 47. RGB value is (196,20,71). Sum of RGB (Red+Green+Blue) = 196+20+71=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C41447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41447 is #3BEBB8. Grayscale: #4E4E4E. Windows color (decimal): -3926969 or 4658372. OLE color: 4658372.

HSL color Cylindrical-coordinate representation of color #C41447: hue angle of 342.61º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41447 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1962071-
CMYK00.900.640.23
HSL342.61º81.48%42.35%-
HSV(B)342.61º89.8%76.86%-
XYZ24.1512.697.14-
YUV78.44123.81211.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.29%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=68.29%
G=6.97%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196207100.900.640.23342.6181.4842.35
HexC4144705A4017157512a
Octal3042410701321002752712152
Binary11000100101001000111010110101000000101111010101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41447; }

 p { color: rgb(196,20,71); }

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

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

 a { background-color: rgb(196,20,71); }

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

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

 span { border-color: rgb(196,20,71); }

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