Html Css Color HEX #C80406 Venetian Red

📋 copy color: '#C80406'

red 200 ◦ green 4 ◦ blue 6

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

Shades of Venetian Red #C80406

Tints of Venetian Red #C80406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 95.24%
G = 1.9%
B = 2.86%

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

#C80406 (or 0xC80406) is known color: Venetian Red. HEX triplet: C8, 04 and 06. RGB value is (200,4,6). Sum of RGB (Red+Green+Blue) = 200+4+6=210 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.24% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 200 - color contains mainly: red. Hex color #C80406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80406 is #37FBF9. Grayscale: #3F3F3F. Windows color (decimal): -3668986 or 394440. OLE color: 394440.

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

Color convert

RGB 200 4 6 -
CMYK 0 0.98 0.97 0.22
HSL 359.39º 0.96% 0.4% -
HSV(B) 359.39º 0.98% 0.78% -
XYZ 23.9 12.38 1.3 -
YUV 62.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 200 4 6 0 0.98 0.97 0.22 359.39 0.96 0.4
Hex C8 4 6 0 62 61 16 167 60 28
Octal 310 4 6 0 142 141 26 547 140 50
Binary 11001000 100 110 0 1100010 1100001 10110 101100111 1100000 101000

Color Harmonies of #C80406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80406

Black with #C80406

Text Example


Text Example

White with #C80406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80406; }

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

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

background-color css

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

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

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

border-color css

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

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

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