Html Css Color HEX #C80609 Venetian Red

📋 copy color: '#C80609'

red 200 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #C80609

Tints of Venetian Red #C80609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 93.02%
G = 2.79%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C80609 (or 0xC80609) is known color: Venetian Red. HEX triplet: C8, 06 and 09. RGB value is (200,6,9). Sum of RGB (Red+Green+Blue) = 200+6+9=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C80609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80609 is #37F9F6. Grayscale: #404040. Windows color (decimal): -3668471 or 591560. OLE color: 591560.

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

Color convert

RGB 200 6 9 -
CMYK 0 0.97 0.96 0.22
HSL 359.07º 0.94% 0.4% -
HSV(B) 359.07º 0.97% 0.78% -
XYZ 23.93 12.43 1.4 -
YUV 64.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 200 6 9 0 0.97 0.96 0.22 359.07 0.94 0.4
Hex C8 6 9 0 61 60 16 167 5E 28
Octal 310 6 11 0 141 140 26 547 136 50
Binary 11001000 110 1001 0 1100001 1100000 10110 101100111 1011110 101000

Color Harmonies of #C80609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80609

Black with #C80609

Text Example


Text Example

White with #C80609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80609; }

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

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

background-color css

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

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

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

border-color css

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

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

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