#c41840

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

Shades of Cardinal #C41840

Tints of Cardinal #C41840

Color information

#C41840 (or 0xC41840) is unknown color: approx Cardinal. HEX triplet: C4, 18 and 40. RGB value is (196,24,64). Sum of RGB (Red+Green+Blue) = 196+24+64=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41840 is #3BE7BF. Grayscale: #505050. Windows color (decimal): -3925952 or 4200644. OLE color: 4200644.

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

Color convert

RGB1962464-
CMYK00.880.670.23
HSL346.05º78.18%43.14%-
HSV(B)346.05º87.76%76.86%-
XYZ24.0212.766.05-
YUV79.99118.98210.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.01%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=69.01%
G=8.45%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196246400.880.670.23346.0578.1843.14
HexC41840058431715a4e2b
Octal3043010001301032753211653
Binary11000100110001000000010110001000011101111010110101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41840; }

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

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

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

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

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

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

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

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