#C41942

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

Shades of Cardinal #C41942

Tints of Cardinal #C41942

Color information

#C41942 (or 0xC41942) is unknown color: approx Cardinal. HEX triplet: C4, 19 and 42. RGB value is (196,25,66). Sum of RGB (Red+Green+Blue) = 196+25+66=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C41942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41942 is #3BE6BD. Grayscale: #505050. Windows color (decimal): -3925694 or 4331972. OLE color: 4331972.

HSL color Cylindrical-coordinate representation of color #C41942: hue angle of 345.61º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41942 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB1962566-
CMYK00.870.660.23
HSL345.61º77.38%43.33%-
HSV(B)345.61º87.24%76.86%-
XYZ24.112.826.36-
YUV80.8119.65210.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.29%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=68.29%
G=8.71%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196256600.870.660.23345.6177.3843.33
HexC41942057421715a4d2b
Octal3043110201271022753211553
Binary11000100110011000010010101111000010101111010110101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41942; }

 p { color: rgb(196,25,66); }

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

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

 a { background-color: rgb(196,25,66); }

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

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

 span { border-color: rgb(196,25,66); }

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