Shades of Venetian Red #CF0817
Tints of Venetian Red #CF0817
RGB
CMYK
RGB Variations
Color information
#CF0817 (or 0xCF0817) is known color: Venetian Red. HEX triplet: CF, 08 and 17. RGB value is (207,8,23). Sum of RGB (Red+Green+Blue) = 207+8+23=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0817 is #30F7E8. Grayscale: #454545. Windows color (decimal): -3209193 or 1509583. OLE color: 1509583.
HSL color Cylindrical-coordinate representation of color #CF0817: hue angle of 355.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0817 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 23 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.19 |
| HSL | 355.48º | 0.93% | 0.42% | - |
| HSV(B) | 355.48º | 0.96% | 0.81% | - |
| XYZ | 25.97 | 13.5 | 2.05 | - |
| YUV | 69.21 | 101.93 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 23 | 0 | 0.96 | 0.89 | 0.19 | 355.48 | 0.93 | 0.42 |
| Hex | CF | 8 | 17 | 0 | 60 | 59 | 13 | 163 | 5D | 2A |
| Octal | 317 | 10 | 27 | 0 | 140 | 131 | 23 | 543 | 135 | 52 |
| Binary | 11001111 | 1000 | 10111 | 0 | 1100000 | 1011001 | 10011 | 101100011 | 1011101 | 101010 |
Color Harmonies of #CF0817
Complementary color
Monochromatic Colors of #CF0817
Black with #CF0817
Text Example
Text Example
White with #CF0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0817; }
p { color: rgb(207,8,23); }
H1.HeaderClassName
{
color: #CF0817;
}
.AnyTagClassName
{
color: #CF0817;
}
</style>
background-color css
<style>
a { background-color: #CF0817; }
a { background-color: rgb(207,8,23); }
div.DivClassName
{
background-color: #CF0817;
}
.BgClassName
{
background-color: #CF0817;
}
</style>
border-color css
<style>
span { border-color: #CF0817; }
span { border-color: rgb(207,8,23); }
td.TdClassName
{
border-color: #CF0817;
}
.TagClassName
{
border-color: #CF0817;
}
</style>