Shades of Venetian Red #CF1114
Tints of Venetian Red #CF1114
RGB
CMYK
RGB Variations
Color information
#CF1114 (or 0xCF1114) is known color: Venetian Red. HEX triplet: CF, 11 and 14. RGB value is (207,17,20). Sum of RGB (Red+Green+Blue) = 207+17+20=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1114 is #30EEEB. Grayscale: #4A4A4A. Windows color (decimal): -3206892 or 1315279. OLE color: 1315279.
HSL color Cylindrical-coordinate representation of color #CF1114: hue angle of 359.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1114 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 20 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.19 |
| HSL | 359.05º | 0.85% | 0.44% | - |
| HSV(B) | 359.05º | 0.92% | 0.81% | - |
| XYZ | 26.06 | 13.72 | 1.94 | - |
| YUV | 74.15 | 97.45 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 20 | 0 | 0.92 | 0.90 | 0.19 | 359.05 | 0.85 | 0.44 |
| Hex | CF | 11 | 14 | 0 | 5C | 5A | 13 | 167 | 55 | 2C |
| Octal | 317 | 21 | 24 | 0 | 134 | 132 | 23 | 547 | 125 | 54 |
| Binary | 11001111 | 10001 | 10100 | 0 | 1011100 | 1011010 | 10011 | 101100111 | 1010101 | 101100 |
Color Harmonies of #CF1114
Complementary color
Monochromatic Colors of #CF1114
Black with #CF1114
Text Example
Text Example
White with #CF1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1114; }
p { color: rgb(207,17,20); }
H1.HeaderClassName
{
color: #CF1114;
}
.AnyTagClassName
{
color: #CF1114;
}
</style>
background-color css
<style>
a { background-color: #CF1114; }
a { background-color: rgb(207,17,20); }
div.DivClassName
{
background-color: #CF1114;
}
.BgClassName
{
background-color: #CF1114;
}
</style>
border-color css
<style>
span { border-color: #CF1114; }
span { border-color: rgb(207,17,20); }
td.TdClassName
{
border-color: #CF1114;
}
.TagClassName
{
border-color: #CF1114;
}
</style>