Shades of Venetian Red #CF0111
Tints of Venetian Red #CF0111
RGB
CMYK
RGB Variations
Color information
#CF0111 (or 0xCF0111) is known color: Venetian Red. HEX triplet: CF, 01 and 11. RGB value is (207,1,17). Sum of RGB (Red+Green+Blue) = 207+1+17=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0111 is #30FEEE. Grayscale: #404040. Windows color (decimal): -3210991 or 1114575. OLE color: 1114575.
HSL color Cylindrical-coordinate representation of color #CF0111: hue angle of 355.34º 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 #CF0111 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 17 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.19 |
| HSL | 355.34º | 0.99% | 0.41% | - |
| HSV(B) | 355.34º | 1% | 0.81% | - |
| XYZ | 25.84 | 13.33 | 1.74 | - |
| YUV | 64.42 | 101.25 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 17 | 0 | 1.00 | 0.92 | 0.19 | 355.34 | 0.99 | 0.41 |
| Hex | CF | 1 | 11 | 0 | 64 | 5C | 13 | 163 | 63 | 29 |
| Octal | 317 | 1 | 21 | 0 | 144 | 134 | 23 | 543 | 143 | 51 |
| Binary | 11001111 | 1 | 10001 | 0 | 1100100 | 1011100 | 10011 | 101100011 | 1100011 | 101001 |
Color Harmonies of #CF0111
Complementary color
Monochromatic Colors of #CF0111
Black with #CF0111
Text Example
Text Example
White with #CF0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0111; }
p { color: rgb(207,1,17); }
H1.HeaderClassName
{
color: #CF0111;
}
.AnyTagClassName
{
color: #CF0111;
}
</style>
background-color css
<style>
a { background-color: #CF0111; }
a { background-color: rgb(207,1,17); }
div.DivClassName
{
background-color: #CF0111;
}
.BgClassName
{
background-color: #CF0111;
}
</style>
border-color css
<style>
span { border-color: #CF0111; }
span { border-color: rgb(207,1,17); }
td.TdClassName
{
border-color: #CF0111;
}
.TagClassName
{
border-color: #CF0111;
}
</style>