#C40840

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

Shades of Cardinal #C40840

Tints of Cardinal #C40840

Color information

#C40840 (or 0xC40840) is unknown color: approx Cardinal. HEX triplet: C4, 08 and 40. RGB value is (196,8,64). Sum of RGB (Red+Green+Blue) = 196+8+64=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C40840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40840 is #3BF7BF. Grayscale: #464646. Windows color (decimal): -3930048 or 4196548. OLE color: 4196548.

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

Color convert

RGB196864-
CMYK00.960.670.23
HSL342.13º92.16%40%-
HSV(B)342.13º95.92%76.86%-
XYZ23.7812.285.97-
YUV70.6124.28217.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 73.13%
GREEN value IS 8 (3.52% from 255) = 2.99%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=73.13%
G=2.99%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19686400.960.670.23342.1392.1640
HexC484006043171565c28
Octal3041010001401032752613450
Binary1100010010001000000011000001000011101111010101101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40840; }

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

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

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

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

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

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

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

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