Shades of Venetian Red #C80717
Tints of Venetian Red #C80717
RGB
CMYK
RGB Variations
Color information
#C80717 (or 0xC80717) is known color: Venetian Red. HEX triplet: C8, 07 and 17. RGB value is (200,7,23). Sum of RGB (Red+Green+Blue) = 200+7+23=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C80717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80717 is #37F8E8. Grayscale: #424242. Windows color (decimal): -3668201 or 1509320. OLE color: 1509320.
HSL color Cylindrical-coordinate representation of color #C80717: hue angle of 355.03º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80717 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.22 |
| HSL | 355.03º | 0.93% | 0.41% | - |
| HSV(B) | 355.03º | 0.97% | 0.78% | - |
| XYZ | 24.05 | 12.49 | 1.95 | - |
| YUV | 66.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 23 | 0 | 0.96 | 0.88 | 0.22 | 355.03 | 0.93 | 0.41 |
| Hex | C8 | 7 | 17 | 0 | 60 | 58 | 16 | 163 | 5D | 29 |
| Octal | 310 | 7 | 27 | 0 | 140 | 130 | 26 | 543 | 135 | 51 |
| Binary | 11001000 | 111 | 10111 | 0 | 1100000 | 1011000 | 10110 | 101100011 | 1011101 | 101001 |
Color Harmonies of #C80717
Complementary color
Monochromatic Colors of #C80717
Black with #C80717
Text Example
Text Example
White with #C80717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80717; }
p { color: rgb(200,7,23); }
H1.HeaderClassName
{
color: #C80717;
}
.AnyTagClassName
{
color: #C80717;
}
</style>
background-color css
<style>
a { background-color: #C80717; }
a { background-color: rgb(200,7,23); }
div.DivClassName
{
background-color: #C80717;
}
.BgClassName
{
background-color: #C80717;
}
</style>
border-color css
<style>
span { border-color: #C80717; }
span { border-color: rgb(200,7,23); }
td.TdClassName
{
border-color: #C80717;
}
.TagClassName
{
border-color: #C80717;
}
</style>