#CA0E11

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

Shades of Venetian Red #CA0E11

Tints of Venetian Red #CA0E11

Color information

#CA0E11 (or 0xCA0E11) is unknown color: approx Venetian Red. HEX triplet: CA, 0E and 11. RGB value is (202,14,17). Sum of RGB (Red+Green+Blue) = 202+14+17=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0E11 is #35F1EE. Grayscale: #464646. Windows color (decimal): -3535343 or 1117898. OLE color: 1117898.

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

Color convert

RGB2021417-
CMYK00.930.920.21
HSL359.04º87.04%42.35%-
HSV(B)359.04º93.07%79.22%-
XYZ24.6212.911.73-
YUV70.5597.78221.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 86.70%
GREEN value IS 14 (5.86% from 255) = 6.01%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=86.70%
G=6.01%
B=7.30%

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
Decimal202141700.930.920.21359.0487.0442.35
HexCAE1105D5C15167572a
Octal312162101351342554712752
Binary11001010111010001010111011011100101011011001111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E11; }

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

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

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

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

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

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

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

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