Html Css Color HEX #C00811 Venetian Red

📋 copy color: '#C00811'

red 192 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #C00811

Tints of Venetian Red #C00811

RGB

 RED value IS 192 (75.39% from 255) = 88.48%

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 88.48%
G = 3.69%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00811 (or 0xC00811) is known color: Venetian Red. HEX triplet: C0, 08 and 11. RGB value is (192,8,17). Sum of RGB (Red+Green+Blue) = 192+8+17=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C00811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00811 is #3FF7EE. Grayscale: #404040. Windows color (decimal): -4192239 or 1116352. OLE color: 1116352.

HSL color Cylindrical-coordinate representation of color #C00811: hue angle of 357.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00811 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 17 -
CMYK 0 0.96 0.91 0.25
HSL 357.07º 0.92% 0.39% -
HSV(B) 357.07º 0.96% 0.75% -
XYZ 21.93 11.42 1.58 -
YUV 64.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 192 8 17 0 0.96 0.91 0.25 357.07 0.92 0.39
Hex C0 8 11 0 60 5B 19 165 5C 27
Octal 300 10 21 0 140 133 31 545 134 47
Binary 11000000 1000 10001 0 1100000 1011011 11001 101100101 1011100 100111

Color Harmonies of #C00811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00811

Black with #C00811

Text Example


Text Example

White with #C00811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00811; }

 p { color: rgb(192,8,17); }

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

background-color css

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

 a { background-color: rgb(192,8,17); }

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

border-color css

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

 span { border-color: rgb(192,8,17); }

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