Shades of Venetian Red #CF0516
Tints of Venetian Red #CF0516
RGB
CMYK
RGB Variations
Color information
#CF0516 (or 0xCF0516) is known color: Venetian Red. HEX triplet: CF, 05 and 16. RGB value is (207,5,22). Sum of RGB (Red+Green+Blue) = 207+5+22=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0516 is #30FAE9. Grayscale: #434343. Windows color (decimal): -3209962 or 1443279. OLE color: 1443279.
HSL color Cylindrical-coordinate representation of color #CF0516: hue angle of 354.95º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0516 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.19 |
| HSL | 354.95º | 0.95% | 0.42% | - |
| HSV(B) | 354.95º | 0.98% | 0.81% | - |
| XYZ | 25.93 | 13.43 | 1.98 | - |
| YUV | 67.34 | 102.42 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 22 | 0 | 0.98 | 0.89 | 0.19 | 354.95 | 0.95 | 0.42 |
| Hex | CF | 5 | 16 | 0 | 62 | 59 | 13 | 163 | 5F | 2A |
| Octal | 317 | 5 | 26 | 0 | 142 | 131 | 23 | 543 | 137 | 52 |
| Binary | 11001111 | 101 | 10110 | 0 | 1100010 | 1011001 | 10011 | 101100011 | 1011111 | 101010 |
Color Harmonies of #CF0516
Complementary color
Monochromatic Colors of #CF0516
Black with #CF0516
Text Example
Text Example
White with #CF0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0516; }
p { color: rgb(207,5,22); }
H1.HeaderClassName
{
color: #CF0516;
}
.AnyTagClassName
{
color: #CF0516;
}
</style>
background-color css
<style>
a { background-color: #CF0516; }
a { background-color: rgb(207,5,22); }
div.DivClassName
{
background-color: #CF0516;
}
.BgClassName
{
background-color: #CF0516;
}
</style>
border-color css
<style>
span { border-color: #CF0516; }
span { border-color: rgb(207,5,22); }
td.TdClassName
{
border-color: #CF0516;
}
.TagClassName
{
border-color: #CF0516;
}
</style>