Html Css Color HEX #CA0211 Venetian Red

📋 copy color: '#CA0211'

red 202 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #CA0211

Tints of Venetian Red #CA0211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 91.4%
G = 0.9%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA0211 (or 0xCA0211) is known color: Venetian Red. HEX triplet: CA, 02 and 11. RGB value is (202,2,17). Sum of RGB (Red+Green+Blue) = 202+2+17=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0211 is #35FDEE. Grayscale: #3F3F3F. Windows color (decimal): -3538415 or 1114826. OLE color: 1114826.

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

Color convert

RGB 202 2 17 -
CMYK 0 0.99 0.92 0.21
HSL 355.5º 0.98% 0.4% -
HSV(B) 355.5º 0.99% 0.79% -
XYZ 24.48 12.64 1.68 -
YUV 63.51 101.76 226.78 -
System Red Green Blue C M Y K H S L
Decimal 202 2 17 0 0.99 0.92 0.21 355.5 0.98 0.4
Hex CA 2 11 0 63 5C 15 164 62 28
Octal 312 2 21 0 143 134 25 544 142 50
Binary 11001010 10 10001 0 1100011 1011100 10101 101100100 1100010 101000

Color Harmonies of #CA0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0211

Black with #CA0211

Text Example


Text Example

White with #CA0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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