#CA0E10

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

Shades of Venetian Red #CA0E10

Tints of Venetian Red #CA0E10

Color information

#CA0E10 (or 0xCA0E10) is unknown color: approx Venetian Red. HEX triplet: CA, 0E and 10. RGB value is (202,14,16). Sum of RGB (Red+Green+Blue) = 202+14+16=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0E10 is #35F1EF. Grayscale: #464646. Windows color (decimal): -3535344 or 1052362. OLE color: 1052362.

HSL color Cylindrical-coordinate representation of color #CA0E10: hue angle of 359.36º 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 #CA0E10 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB2021416-
CMYK00.930.920.21
HSL359.36º87.04%42.35%-
HSV(B)359.36º93.07%79.22%-
XYZ24.6112.911.68-
YUV70.4497.28221.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 87.07%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=87.07%
G=6.03%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202141600.930.920.21359.3687.0442.35
HexCAE1005D5C15167572a
Octal312162001351342554712752
Binary11001010111010000010111011011100101011011001111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E10; }

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

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

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

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

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

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

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

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