Shades of Venetian Red #CF0911
Tints of Venetian Red #CF0911
RGB
CMYK
RGB Variations
Color information
#CF0911 (or 0xCF0911) is known color: Venetian Red. HEX triplet: CF, 09 and 11. RGB value is (207,9,17). Sum of RGB (Red+Green+Blue) = 207+9+17=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0911 is #30F6EE. Grayscale: #454545. Windows color (decimal): -3208943 or 1116623. OLE color: 1116623.
HSL color Cylindrical-coordinate representation of color #CF0911: hue angle of 357.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0911 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.19 |
| HSL | 357.58º | 0.92% | 0.42% | - |
| HSV(B) | 357.58º | 0.96% | 0.81% | - |
| XYZ | 25.93 | 13.5 | 1.77 | - |
| YUV | 69.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 17 | 0 | 0.96 | 0.92 | 0.19 | 357.58 | 0.92 | 0.42 |
| Hex | CF | 9 | 11 | 0 | 60 | 5C | 13 | 166 | 5C | 2A |
| Octal | 317 | 11 | 21 | 0 | 140 | 134 | 23 | 546 | 134 | 52 |
| Binary | 11001111 | 1001 | 10001 | 0 | 1100000 | 1011100 | 10011 | 101100110 | 1011100 | 101010 |
Color Harmonies of #CF0911
Complementary color
Monochromatic Colors of #CF0911
Black with #CF0911
Text Example
Text Example
White with #CF0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0911; }
p { color: rgb(207,9,17); }
H1.HeaderClassName
{
color: #CF0911;
}
.AnyTagClassName
{
color: #CF0911;
}
</style>
background-color css
<style>
a { background-color: #CF0911; }
a { background-color: rgb(207,9,17); }
div.DivClassName
{
background-color: #CF0911;
}
.BgClassName
{
background-color: #CF0911;
}
</style>
border-color css
<style>
span { border-color: #CF0911; }
span { border-color: rgb(207,9,17); }
td.TdClassName
{
border-color: #CF0911;
}
.TagClassName
{
border-color: #CF0911;
}
</style>