Shades of Venetian Red #C80608
Tints of Venetian Red #C80608
RGB
CMYK
RGB Variations
Color information
#C80608 (or 0xC80608) is known color: Venetian Red. HEX triplet: C8, 06 and 08. RGB value is (200,6,8). Sum of RGB (Red+Green+Blue) = 200+6+8=214 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.46% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 200 - color contains mainly: red. Hex color #C80608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80608 is #37F9F7. Grayscale: #404040. Windows color (decimal): -3668472 or 526024. OLE color: 526024.
HSL color Cylindrical-coordinate representation of color #C80608: hue angle of 359.38º 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 #C80608 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 8 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.22 |
| HSL | 359.38º | 0.94% | 0.4% | - |
| HSV(B) | 359.38º | 0.97% | 0.78% | - |
| XYZ | 23.93 | 12.43 | 1.37 | - |
| YUV | 64.23 | 96.27 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 8 | 0 | 0.97 | 0.96 | 0.22 | 359.38 | 0.94 | 0.4 |
| Hex | C8 | 6 | 8 | 0 | 61 | 60 | 16 | 167 | 5E | 28 |
| Octal | 310 | 6 | 10 | 0 | 141 | 140 | 26 | 547 | 136 | 50 |
| Binary | 11001000 | 110 | 1000 | 0 | 1100001 | 1100000 | 10110 | 101100111 | 1011110 | 101000 |
Color Harmonies of #C80608
Complementary color
Monochromatic Colors of #C80608
Black with #C80608
Text Example
Text Example
White with #C80608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80608; }
p { color: rgb(200,6,8); }
H1.HeaderClassName
{
color: #C80608;
}
.AnyTagClassName
{
color: #C80608;
}
</style>
background-color css
<style>
a { background-color: #C80608; }
a { background-color: rgb(200,6,8); }
div.DivClassName
{
background-color: #C80608;
}
.BgClassName
{
background-color: #C80608;
}
</style>
border-color css
<style>
span { border-color: #C80608; }
span { border-color: rgb(200,6,8); }
td.TdClassName
{
border-color: #C80608;
}
.TagClassName
{
border-color: #C80608;
}
</style>