Shades of Venetian Red #CF0517
Tints of Venetian Red #CF0517
RGB
CMYK
RGB Variations
Color information
#CF0517 (or 0xCF0517) is known color: Venetian Red. HEX triplet: CF, 05 and 17. RGB value is (207,5,23). Sum of RGB (Red+Green+Blue) = 207+5+23=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0517 is #30FAE8. Grayscale: #434343. Windows color (decimal): -3209961 or 1508815. OLE color: 1508815.
HSL color Cylindrical-coordinate representation of color #CF0517: hue angle of 354.65º 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 #CF0517 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.19 |
| HSL | 354.65º | 0.95% | 0.42% | - |
| HSV(B) | 354.65º | 0.98% | 0.81% | - |
| XYZ | 25.94 | 13.44 | 2.04 | - |
| YUV | 67.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 23 | 0 | 0.98 | 0.89 | 0.19 | 354.65 | 0.95 | 0.42 |
| Hex | CF | 5 | 17 | 0 | 62 | 59 | 13 | 163 | 5F | 2A |
| Octal | 317 | 5 | 27 | 0 | 142 | 131 | 23 | 543 | 137 | 52 |
| Binary | 11001111 | 101 | 10111 | 0 | 1100010 | 1011001 | 10011 | 101100011 | 1011111 | 101010 |
Color Harmonies of #CF0517
Complementary color
Monochromatic Colors of #CF0517
Black with #CF0517
Text Example
Text Example
White with #CF0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0517; }
p { color: rgb(207,5,23); }
H1.HeaderClassName
{
color: #CF0517;
}
.AnyTagClassName
{
color: #CF0517;
}
</style>
background-color css
<style>
a { background-color: #CF0517; }
a { background-color: rgb(207,5,23); }
div.DivClassName
{
background-color: #CF0517;
}
.BgClassName
{
background-color: #CF0517;
}
</style>
border-color css
<style>
span { border-color: #CF0517; }
span { border-color: rgb(207,5,23); }
td.TdClassName
{
border-color: #CF0517;
}
.TagClassName
{
border-color: #CF0517;
}
</style>