Html Css Color HEX #CA020E Venetian Red

📋 copy color: '#CA020E'

red 202 ◦ green 2 ◦ blue 14

#CA020E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CA020E

Tints of Venetian Red #CA020E

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA020E (or 0xCA020E) is known color: 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

RGB 202 2 14 -
CMYK 0 0.99 0.93 0.21
HSL 356.4º 0.98% 0.4% -
HSV(B) 356.4º 0.99% 0.79% -
XYZ 24.46 12.63 1.56 -
YUV 63.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 202 2 14 0 0.99 0.93 0.21 356.4 0.98 0.4
Hex CA 2 E 0 63 5D 15 164 62 28
Octal 312 2 16 0 143 135 25 544 142 50
Binary 11001010 10 1110 0 1100011 1011101 10101 101100100 1100010 101000

Color Harmonies of #CA020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA020E

Black with #CA020E

Text Example


Text Example

White with #CA020E

Text Example


Text Example

HTML Codes & Css Web 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>