Html Css Color HEX #CA021D Venetian Red

📋 copy color: '#CA021D'

red 202 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #CA021D

Tints of Venetian Red #CA021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 86.7%
G = 0.86%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA021D (or 0xCA021D) is known color: Venetian Red. HEX triplet: CA, 02 and 1D. RGB value is (202,2,29). Sum of RGB (Red+Green+Blue) = 202+2+29=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA021D is #35FDE2. Grayscale: #404040. Windows color (decimal): -3538403 or 1901258. OLE color: 1901258.

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

Color convert

RGB 202 2 29 -
CMYK 0 0.99 0.86 0.21
HSL 351.9º 0.98% 0.4% -
HSV(B) 351.9º 0.99% 0.79% -
XYZ 24.6 12.69 2.31 -
YUV 64.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 202 2 29 0 0.99 0.86 0.21 351.9 0.98 0.4
Hex CA 2 1D 0 63 56 15 160 62 28
Octal 312 2 35 0 143 126 25 540 142 50
Binary 11001010 10 11101 0 1100011 1010110 10101 101100000 1100010 101000

Color Harmonies of #CA021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA021D

Black with #CA021D

Text Example


Text Example

White with #CA021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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