Shades of Venetian Red #CF0F18
Tints of Venetian Red #CF0F18
RGB
CMYK
RGB Variations
Color information
#CF0F18 (or 0xCF0F18) is known color: Venetian Red. HEX triplet: CF, 0F and 18. RGB value is (207,15,24). Sum of RGB (Red+Green+Blue) = 207+15+24=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F18 is #30F0E7. Grayscale: #494949. Windows color (decimal): -3207400 or 1576911. OLE color: 1576911.
HSL color Cylindrical-coordinate representation of color #CF0F18: hue angle of 357.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F18 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 24 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.19 |
| HSL | 357.19º | 0.86% | 0.44% | - |
| HSV(B) | 357.19º | 0.93% | 0.81% | - |
| XYZ | 26.07 | 13.67 | 2.13 | - |
| YUV | 73.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 24 | 0 | 0.93 | 0.88 | 0.19 | 357.19 | 0.86 | 0.44 |
| Hex | CF | F | 18 | 0 | 5D | 58 | 13 | 165 | 56 | 2C |
| Octal | 317 | 17 | 30 | 0 | 135 | 130 | 23 | 545 | 126 | 54 |
| Binary | 11001111 | 1111 | 11000 | 0 | 1011101 | 1011000 | 10011 | 101100101 | 1010110 | 101100 |
Color Harmonies of #CF0F18
Complementary color
Monochromatic Colors of #CF0F18
Black with #CF0F18
Text Example
Text Example
White with #CF0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F18; }
p { color: rgb(207,15,24); }
H1.HeaderClassName
{
color: #CF0F18;
}
.AnyTagClassName
{
color: #CF0F18;
}
</style>
background-color css
<style>
a { background-color: #CF0F18; }
a { background-color: rgb(207,15,24); }
div.DivClassName
{
background-color: #CF0F18;
}
.BgClassName
{
background-color: #CF0F18;
}
</style>
border-color css
<style>
span { border-color: #CF0F18; }
span { border-color: rgb(207,15,24); }
td.TdClassName
{
border-color: #CF0F18;
}
.TagClassName
{
border-color: #CF0F18;
}
</style>