Html Css Color HEX #C80911 Venetian Red

📋 copy color: '#C80911'

red 200 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #C80911

Tints of Venetian Red #C80911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 88.5%
G = 3.98%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C80911 (or 0xC80911) is known color: Venetian Red. HEX triplet: C8, 09 and 11. RGB value is (200,9,17). Sum of RGB (Red+Green+Blue) = 200+9+17=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C80911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80911 is #37F6EE. Grayscale: #434343. Windows color (decimal): -3667695 or 1116616. OLE color: 1116616.

HSL color Cylindrical-coordinate representation of color #C80911: hue angle of 357.49º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80911 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 17 -
CMYK 0 0.96 0.92 0.22
HSL 357.49º 0.91% 0.41% -
HSV(B) 357.49º 0.96% 0.78% -
XYZ 24.02 12.52 1.68 -
YUV 67.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 200 9 17 0 0.96 0.92 0.22 357.49 0.91 0.41
Hex C8 9 11 0 60 5C 16 165 5B 29
Octal 310 11 21 0 140 134 26 545 133 51
Binary 11001000 1001 10001 0 1100000 1011100 10110 101100101 1011011 101001

Color Harmonies of #C80911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80911

Black with #C80911

Text Example


Text Example

White with #C80911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80911; }

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

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

background-color css

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

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

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

border-color css

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

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

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