Html Css Color HEX #C00809 Venetian Red

📋 copy color: '#C00809'

red 192 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #C00809

Tints of Venetian Red #C00809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.31%

R = 91.87%
G = 3.83%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C00809 (or 0xC00809) is known color: Venetian Red. HEX triplet: C0, 08 and 09. RGB value is (192,8,9). Sum of RGB (Red+Green+Blue) = 192+8+9=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C00809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00809 is #3FF7F6. Grayscale: #3F3F3F. Windows color (decimal): -4192247 or 592064. OLE color: 592064.

HSL color Cylindrical-coordinate representation of color #C00809: hue angle of 359.67º 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 #C00809 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 9 -
CMYK 0 0.96 0.95 0.25
HSL 359.67º 0.92% 0.39% -
HSV(B) 359.67º 0.96% 0.75% -
XYZ 21.87 11.4 1.31 -
YUV 63.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 192 8 9 0 0.96 0.95 0.25 359.67 0.92 0.39
Hex C0 8 9 0 60 5F 19 168 5C 27
Octal 300 10 11 0 140 137 31 550 134 47
Binary 11000000 1000 1001 0 1100000 1011111 11001 101101000 1011100 100111

Color Harmonies of #C00809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00809

Black with #C00809

Text Example


Text Example

White with #C00809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00809; }

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

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

background-color css

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

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

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

border-color css

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

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

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