Shades of Venetian Red #C80614
Tints of Venetian Red #C80614
RGB
CMYK
RGB Variations
Color information
#C80614 (or 0xC80614) is known color: Venetian Red. HEX triplet: C8, 06 and 14. RGB value is (200,6,20). Sum of RGB (Red+Green+Blue) = 200+6+20=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C80614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80614 is #37F9EB. Grayscale: #414141. Windows color (decimal): -3668460 or 1312456. OLE color: 1312456.
HSL color Cylindrical-coordinate representation of color #C80614: hue angle of 355.67º 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 #C80614 is Cyan = 0, Magento = 0.97, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.9 | 0.22 |
| HSL | 355.67º | 0.94% | 0.4% | - |
| HSV(B) | 355.67º | 0.97% | 0.78% | - |
| XYZ | 24.01 | 12.46 | 1.8 | - |
| YUV | 65.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 20 | 0 | 0.97 | 0.9 | 0.22 | 355.67 | 0.94 | 0.4 |
| Hex | C8 | 6 | 14 | 0 | 61 | 5A | 16 | 164 | 5E | 28 |
| Octal | 310 | 6 | 24 | 0 | 141 | 132 | 26 | 544 | 136 | 50 |
| Binary | 11001000 | 110 | 10100 | 0 | 1100001 | 1011010 | 10110 | 101100100 | 1011110 | 101000 |
Color Harmonies of #C80614
Complementary color
Monochromatic Colors of #C80614
Black with #C80614
Text Example
Text Example
White with #C80614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80614; }
p { color: rgb(200,6,20); }
H1.HeaderClassName
{
color: #C80614;
}
.AnyTagClassName
{
color: #C80614;
}
</style>
background-color css
<style>
a { background-color: #C80614; }
a { background-color: rgb(200,6,20); }
div.DivClassName
{
background-color: #C80614;
}
.BgClassName
{
background-color: #C80614;
}
</style>
border-color css
<style>
span { border-color: #C80614; }
span { border-color: rgb(200,6,20); }
td.TdClassName
{
border-color: #C80614;
}
.TagClassName
{
border-color: #C80614;
}
</style>