Html Css Color HEX #CA021A Venetian Red

📋 copy color: '#CA021A'

red 202 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #CA021A

Tints of Venetian Red #CA021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 87.83%
G = 0.87%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA021A (or 0xCA021A) is known color: Venetian Red. HEX triplet: CA, 02 and 1A. RGB value is (202,2,26). Sum of RGB (Red+Green+Blue) = 202+2+26=230 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.83% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 202 - color contains mainly: red. Hex color #CA021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA021A is #35FDE5. Grayscale: #404040. Windows color (decimal): -3538406 or 1704650. OLE color: 1704650.

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

Color convert

RGB 202 2 26 -
CMYK 0 0.99 0.87 0.21
HSL 352.8º 0.98% 0.4% -
HSV(B) 352.8º 0.99% 0.79% -
XYZ 24.57 12.67 2.13 -
YUV 64.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 202 2 26 0 0.99 0.87 0.21 352.8 0.98 0.4
Hex CA 2 1A 0 63 57 15 161 62 28
Octal 312 2 32 0 143 127 25 541 142 50
Binary 11001010 10 11010 0 1100011 1010111 10101 101100001 1100010 101000

Color Harmonies of #CA021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA021A

Black with #CA021A

Text Example


Text Example

White with #CA021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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