Html Css Color HEX #CA021E Venetian Red

📋 copy color: '#CA021E'

red 202 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #CA021E

Tints of Venetian Red #CA021E

RGB

 RED value IS 202 (79.3% from 255) = 86.32%

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 86.32%
G = 0.85%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA021E (or 0xCA021E) is known color: Venetian Red. HEX triplet: CA, 02 and 1E. RGB value is (202,2,30). Sum of RGB (Red+Green+Blue) = 202+2+30=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA021E is #35FDE1. Grayscale: #414141. Windows color (decimal): -3538402 or 1966794. OLE color: 1966794.

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

Color convert

RGB 202 2 30 -
CMYK 0 0.99 0.85 0.21
HSL 351.6º 0.98% 0.4% -
HSV(B) 351.6º 0.99% 0.79% -
XYZ 24.61 12.69 2.38 -
YUV 64.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 202 2 30 0 0.99 0.85 0.21 351.6 0.98 0.4
Hex CA 2 1E 0 63 55 15 160 62 28
Octal 312 2 36 0 143 125 25 540 142 50
Binary 11001010 10 11110 0 1100011 1010101 10101 101100000 1100010 101000

Color Harmonies of #CA021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA021E

Black with #CA021E

Text Example


Text Example

White with #CA021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA021E; }

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

 H1.HeaderClassName
 {
   color: #CA021E;
 }
 .AnyTagClassName
 {
   color: #CA021E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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