Html Css Color HEX #CA021F Venetian Red

📋 copy color: '#CA021F'

red 202 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #CA021F

Tints of Venetian Red #CA021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.19%

R = 85.96%
G = 0.85%
B = 13.19%

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

#CA021F (or 0xCA021F) is known color: Venetian Red. HEX triplet: CA, 02 and 1F. RGB value is (202,2,31). Sum of RGB (Red+Green+Blue) = 202+2+31=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA021F is #35FDE0. Grayscale: #414141. Windows color (decimal): -3538401 or 2032330. OLE color: 2032330.

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

Color convert

RGB 202 2 31 -
CMYK 0 0.99 0.85 0.21
HSL 351.3º 0.98% 0.4% -
HSV(B) 351.3º 0.99% 0.79% -
XYZ 24.63 12.7 2.45 -
YUV 65.11 108.76 225.64 -
System Red Green Blue C M Y K H S L
Decimal 202 2 31 0 0.99 0.85 0.21 351.3 0.98 0.4
Hex CA 2 1F 0 63 55 15 15F 62 28
Octal 312 2 37 0 143 125 25 537 142 50
Binary 11001010 10 11111 0 1100011 1010101 10101 101011111 1100010 101000

Color Harmonies of #CA021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA021F

Black with #CA021F

Text Example


Text Example

White with #CA021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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