#CA020E

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

Shades of Venetian Red #CA020E

Tints of Venetian Red #CA020E

Color information

#CA020E (or 0xCA020E) is unknown color: approx Venetian Red. HEX triplet: CA, 02 and 0E. RGB value is (202,2,14). Sum of RGB (Red+Green+Blue) = 202+2+14=218 (28% of max value = 765). Red value is 202 (79.30% from 255 or 92.66% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 202 - color contains mainly: red. Hex color #CA020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA020E is #35FDF1. Grayscale: #3F3F3F. Windows color (decimal): -3538418 or 918218. OLE color: 918218.

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

Color convert

RGB202214-
CMYK00.990.930.21
HSL356.4º98.04%40%-
HSV(B)356.4º99.01%79.22%-
XYZ24.4612.631.56-
YUV63.17100.26227.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 92.66%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=92.66%
G=0.92%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20221400.990.930.21356.498.0440
HexCA2E0635D151646228
Octal31221601431352554414250
Binary11001010101110011000111011101101011011001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA020E; }

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

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

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

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

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

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

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

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