Shades of Venetian Red #CF0011
Tints of Venetian Red #CF0011
RGB
CMYK
RGB Variations
Color information
#CF0011 (or 0xCF0011) is known color: Venetian Red. HEX triplet: CF, 00 and 11. RGB value is (207,0,17). Sum of RGB (Red+Green+Blue) = 207+0+17=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0011 is #30FFEE. Grayscale: #3F3F3F. Windows color (decimal): -3211247 or 1114319. OLE color: 1114319.
HSL color Cylindrical-coordinate representation of color #CF0011: hue angle of 355.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.19 |
| HSL | 355.07º | 1% | 0.41% | - |
| HSV(B) | 355.07º | 1% | 0.81% | - |
| XYZ | 25.83 | 13.31 | 1.74 | - |
| YUV | 63.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 17 | 0 | 1 | 0.92 | 0.19 | 355.07 | 1 | 0.41 |
| Hex | CF | 0 | 11 | 0 | 64 | 5C | 13 | 163 | 64 | 29 |
| Octal | 317 | 0 | 21 | 0 | 144 | 134 | 23 | 543 | 144 | 51 |
| Binary | 11001111 | 0 | 10001 | 0 | 1100100 | 1011100 | 10011 | 101100011 | 1100100 | 101001 |
Color Harmonies of #CF0011
Complementary color
Monochromatic Colors of #CF0011
Black with #CF0011
Text Example
Text Example
White with #CF0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0011; }
p { color: rgb(207,0,17); }
H1.HeaderClassName
{
color: #CF0011;
}
.AnyTagClassName
{
color: #CF0011;
}
</style>
background-color css
<style>
a { background-color: #CF0011; }
a { background-color: rgb(207,0,17); }
div.DivClassName
{
background-color: #CF0011;
}
.BgClassName
{
background-color: #CF0011;
}
</style>
border-color css
<style>
span { border-color: #CF0011; }
span { border-color: rgb(207,0,17); }
td.TdClassName
{
border-color: #CF0011;
}
.TagClassName
{
border-color: #CF0011;
}
</style>