Html Css Color HEX #C80506 Venetian Red

📋 copy color: '#C80506'

red 200 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #C80506

Tints of Venetian Red #C80506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 6 (2.73% from 255) = 2.84%

R = 94.79%
G = 2.37%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C80506 (or 0xC80506) is known color: Venetian Red. HEX triplet: C8, 05 and 06. RGB value is (200,5,6). Sum of RGB (Red+Green+Blue) = 200+5+6=211 (27% of max value = 765). Red value is 200 (78.52% from 255 or 94.79% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 200 - color contains mainly: red. Hex color #C80506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80506 is #37FAF9. Grayscale: #3F3F3F. Windows color (decimal): -3668730 or 394696. OLE color: 394696.

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

Color convert

RGB 200 5 6 -
CMYK 0 0.98 0.97 0.22
HSL 359.69º 0.95% 0.4% -
HSV(B) 359.69º 0.98% 0.78% -
XYZ 23.91 12.4 1.31 -
YUV 63.42 95.6 225.42 -
System Red Green Blue C M Y K H S L
Decimal 200 5 6 0 0.98 0.97 0.22 359.69 0.95 0.4
Hex C8 5 6 0 62 61 16 168 5F 28
Octal 310 5 6 0 142 141 26 550 137 50
Binary 11001000 101 110 0 1100010 1100001 10110 101101000 1011111 101000

Color Harmonies of #C80506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80506

Black with #C80506

Text Example


Text Example

White with #C80506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80506; }

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

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

background-color css

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

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

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

border-color css

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

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

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