Html Css Color HEX #C80212 Venetian Red

📋 copy color: '#C80212'

red 200 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #C80212

Tints of Venetian Red #C80212

RGB

 RED value IS 200 (78.52% from 255) = 90.91%

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 90.91%
G = 0.91%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C80212 (or 0xC80212) is known color: Venetian Red. HEX triplet: C8, 02 and 12. RGB value is (200,2,18). Sum of RGB (Red+Green+Blue) = 200+2+18=220 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 200 - color contains mainly: red. Hex color #C80212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80212 is #37FDED. Grayscale: #3F3F3F. Windows color (decimal): -3669486 or 1180360. OLE color: 1180360.

HSL color Cylindrical-coordinate representation of color #C80212: hue angle of 355.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 18 -
CMYK 0 0.99 0.91 0.22
HSL 355.15º 0.98% 0.4% -
HSV(B) 355.15º 0.99% 0.78% -
XYZ 23.95 12.37 1.7 -
YUV 63.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 200 2 18 0 0.99 0.91 0.22 355.15 0.98 0.4
Hex C8 2 12 0 63 5B 16 163 62 28
Octal 310 2 22 0 143 133 26 543 142 50
Binary 11001000 10 10010 0 1100011 1011011 10110 101100011 1100010 101000

Color Harmonies of #C80212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80212

Black with #C80212

Text Example


Text Example

White with #C80212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80212; }

 p { color: rgb(200,2,18); }

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

background-color css

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

 a { background-color: rgb(200,2,18); }

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

border-color css

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

 span { border-color: rgb(200,2,18); }

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