Shades of Venetian Red #CF010E
Tints of Venetian Red #CF010E
RGB
CMYK
RGB Variations
Color information
#CF010E (or 0xCF010E) is known color: Venetian Red. HEX triplet: CF, 01 and 0E. RGB value is (207,1,14). Sum of RGB (Red+Green+Blue) = 207+1+14=222 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.24% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 207 - color contains mainly: red. Hex color #CF010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF010E is #30FEF1. Grayscale: #404040. Windows color (decimal): -3210994 or 917967. OLE color: 917967.
HSL color Cylindrical-coordinate representation of color #CF010E: hue angle of 356.21º 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 #CF010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.19 |
| HSL | 356.21º | 0.99% | 0.41% | - |
| HSV(B) | 356.21º | 1% | 0.81% | - |
| XYZ | 25.82 | 13.32 | 1.63 | - |
| YUV | 64.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 14 | 0 | 1.00 | 0.93 | 0.19 | 356.21 | 0.99 | 0.41 |
| Hex | CF | 1 | E | 0 | 64 | 5D | 13 | 164 | 63 | 29 |
| Octal | 317 | 1 | 16 | 0 | 144 | 135 | 23 | 544 | 143 | 51 |
| Binary | 11001111 | 1 | 1110 | 0 | 1100100 | 1011101 | 10011 | 101100100 | 1100011 | 101001 |
Color Harmonies of #CF010E
Complementary color
Monochromatic Colors of #CF010E
Black with #CF010E
Text Example
Text Example
White with #CF010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF010E; }
p { color: rgb(207,1,14); }
H1.HeaderClassName
{
color: #CF010E;
}
.AnyTagClassName
{
color: #CF010E;
}
</style>
background-color css
<style>
a { background-color: #CF010E; }
a { background-color: rgb(207,1,14); }
div.DivClassName
{
background-color: #CF010E;
}
.BgClassName
{
background-color: #CF010E;
}
</style>
border-color css
<style>
span { border-color: #CF010E; }
span { border-color: rgb(207,1,14); }
td.TdClassName
{
border-color: #CF010E;
}
.TagClassName
{
border-color: #CF010E;
}
</style>