Shades of Venetian Red #CF0116
Tints of Venetian Red #CF0116
RGB
CMYK
RGB Variations
Color information
#CF0116 (or 0xCF0116) is known color: Venetian Red. HEX triplet: CF, 01 and 16. RGB value is (207,1,22). Sum of RGB (Red+Green+Blue) = 207+1+22=230 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0116 is #30FEE9. Grayscale: #414141. Windows color (decimal): -3210986 or 1442255. OLE color: 1442255.
HSL color Cylindrical-coordinate representation of color #CF0116: hue angle of 353.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0116 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.19 |
| HSL | 353.88º | 0.99% | 0.41% | - |
| HSV(B) | 353.88º | 1% | 0.81% | - |
| XYZ | 25.89 | 13.35 | 1.97 | - |
| YUV | 64.99 | 103.75 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 22 | 0 | 1.00 | 0.89 | 0.19 | 353.88 | 0.99 | 0.41 |
| Hex | CF | 1 | 16 | 0 | 64 | 59 | 13 | 162 | 63 | 29 |
| Octal | 317 | 1 | 26 | 0 | 144 | 131 | 23 | 542 | 143 | 51 |
| Binary | 11001111 | 1 | 10110 | 0 | 1100100 | 1011001 | 10011 | 101100010 | 1100011 | 101001 |
Color Harmonies of #CF0116
Complementary color
Monochromatic Colors of #CF0116
Black with #CF0116
Text Example
Text Example
White with #CF0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0116; }
p { color: rgb(207,1,22); }
H1.HeaderClassName
{
color: #CF0116;
}
.AnyTagClassName
{
color: #CF0116;
}
</style>
background-color css
<style>
a { background-color: #CF0116; }
a { background-color: rgb(207,1,22); }
div.DivClassName
{
background-color: #CF0116;
}
.BgClassName
{
background-color: #CF0116;
}
</style>
border-color css
<style>
span { border-color: #CF0116; }
span { border-color: rgb(207,1,22); }
td.TdClassName
{
border-color: #CF0116;
}
.TagClassName
{
border-color: #CF0116;
}
</style>