Html Css Color HEX #C80211 Venetian Red

📋 copy color: '#C80211'

red 200 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #C80211

Tints of Venetian Red #C80211

RGB

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

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

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

R = 91.32%
G = 0.91%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C80211 (or 0xC80211) is known color: Venetian Red. HEX triplet: C8, 02 and 11. RGB value is (200,2,17). Sum of RGB (Red+Green+Blue) = 200+2+17=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C80211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80211 is #37FDEE. Grayscale: #3F3F3F. Windows color (decimal): -3669487 or 1114824. OLE color: 1114824.

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

Color convert

RGB 200 2 17 -
CMYK 0 0.99 0.92 0.22
HSL 355.45º 0.98% 0.4% -
HSV(B) 355.45º 0.99% 0.78% -
XYZ 23.94 12.36 1.65 -
YUV 62.91 102.1 225.78 -
System Red Green Blue C M Y K H S L
Decimal 200 2 17 0 0.99 0.92 0.22 355.45 0.98 0.4
Hex C8 2 11 0 63 5C 16 163 62 28
Octal 310 2 21 0 143 134 26 543 142 50
Binary 11001000 10 10001 0 1100011 1011100 10110 101100011 1100010 101000

Color Harmonies of #C80211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80211

Black with #C80211

Text Example


Text Example

White with #C80211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80211; }

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

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

background-color css

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

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

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

border-color css

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

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

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