#CA0E14

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

Shades of Venetian Red #CA0E14

Tints of Venetian Red #CA0E14

Color information

#CA0E14 (or 0xCA0E14) is unknown color: approx Venetian Red. HEX triplet: CA, 0E and 14. RGB value is (202,14,20). Sum of RGB (Red+Green+Blue) = 202+14+20=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0E14 is #35F1EB. Grayscale: #474747. Windows color (decimal): -3535340 or 1314506. OLE color: 1314506.

HSL color Cylindrical-coordinate representation of color #CA0E14: hue angle of 358.09º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E14 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2021420-
CMYK00.930.900.21
HSL358.09º87.04%42.35%-
HSV(B)358.09º93.07%79.22%-
XYZ24.6412.921.86-
YUV70.999.28221.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 85.59%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 20 (8.20% from 255) = 8.47%
R=85.59%
G=5.93%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202142000.930.900.21358.0987.0442.35
HexCAE1405D5A15166572a
Octal312162401351322554612752
Binary11001010111010100010111011011010101011011001101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E14; }

 p { color: rgb(202,14,20); }

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

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

 a { background-color: rgb(202,14,20); }

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

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

 span { border-color: rgb(202,14,20); }

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