#C41542

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

Shades of Cardinal #C41542

Tints of Cardinal #C41542

Color information

#C41542 (or 0xC41542) is unknown color: approx Cardinal. HEX triplet: C4, 15 and 42. RGB value is (196,21,66). Sum of RGB (Red+Green+Blue) = 196+21+66=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C41542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41542 is #3BEABD. Grayscale: #4E4E4E. Windows color (decimal): -3926718 or 4330948. OLE color: 4330948.

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

Color convert

RGB1962166-
CMYK00.890.660.23
HSL344.57º80.65%42.55%-
HSV(B)344.57º89.29%76.86%-
XYZ24.0212.676.33-
YUV78.46120.98211.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.26%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=69.26%
G=7.42%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196216600.890.660.23344.5780.6542.55
HexC415420594217159512b
Octal3042510201311022753112153
Binary11000100101011000010010110011000010101111010110011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41542; }

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

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

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

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

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

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

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

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