#C41540

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

Shades of Cardinal #C41540

Tints of Cardinal #C41540

Color information

#C41540 (or 0xC41540) is unknown color: approx Cardinal. HEX triplet: C4, 15 and 40. RGB value is (196,21,64). Sum of RGB (Red+Green+Blue) = 196+21+64=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C41540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41540 is #3BEABF. Grayscale: #4E4E4E. Windows color (decimal): -3926720 or 4199876. OLE color: 4199876.

HSL color Cylindrical-coordinate representation of color #C41540: hue angle of 345.26º 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 #C41540 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1962164-
CMYK00.890.670.23
HSL345.26º80.65%42.55%-
HSV(B)345.26º89.29%76.86%-
XYZ23.9612.646.03-
YUV78.23119.98212-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.75%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=69.75%
G=7.47%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196216400.890.670.23345.2680.6542.55
HexC415400594317159512b
Octal3042510001311032753112153
Binary11000100101011000000010110011000011101111010110011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41540; }

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

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

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

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

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

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

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

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