Html Css Color HEX #C80508 Venetian Red

📋 copy color: '#C80508'

red 200 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #C80508

Tints of Venetian Red #C80508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.76%

R = 93.9%
G = 2.35%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C80508 (or 0xC80508) is known color: Venetian Red. HEX triplet: C8, 05 and 08. RGB value is (200,5,8). Sum of RGB (Red+Green+Blue) = 200+5+8=213 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.90% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 200 - color contains mainly: red. Hex color #C80508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80508 is #37FAF7. Grayscale: #3F3F3F. Windows color (decimal): -3668728 or 525768. OLE color: 525768.

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

Color convert

RGB 200 5 8 -
CMYK 0 0.98 0.96 0.22
HSL 359.08º 0.95% 0.4% -
HSV(B) 359.08º 0.98% 0.78% -
XYZ 23.92 12.41 1.36 -
YUV 63.65 96.6 225.26 -
System Red Green Blue C M Y K H S L
Decimal 200 5 8 0 0.98 0.96 0.22 359.08 0.95 0.4
Hex C8 5 8 0 62 60 16 167 5F 28
Octal 310 5 10 0 142 140 26 547 137 50
Binary 11001000 101 1000 0 1100010 1100000 10110 101100111 1011111 101000

Color Harmonies of #C80508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80508

Black with #C80508

Text Example


Text Example

White with #C80508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80508; }

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

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

background-color css

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

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

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

border-color css

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

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

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