Shades of Venetian Red #CF010C
Tints of Venetian Red #CF010C
RGB
CMYK
RGB Variations
Color information
#CF010C (or 0xCF010C) is known color: Venetian Red. HEX triplet: CF, 01 and 0C. RGB value is (207,1,12). Sum of RGB (Red+Green+Blue) = 207+1+12=220 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 207 - color contains mainly: red. Hex color #CF010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF010C is #30FEF3. Grayscale: #404040. Windows color (decimal): -3210996 or 786895. OLE color: 786895.
HSL color Cylindrical-coordinate representation of color #CF010C: hue angle of 356.8º 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 #CF010C is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.19 |
| HSL | 356.8º | 0.99% | 0.41% | - |
| HSV(B) | 356.8º | 1% | 0.81% | - |
| XYZ | 25.81 | 13.31 | 1.56 | - |
| YUV | 63.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 12 | 0 | 1.00 | 0.94 | 0.19 | 356.8 | 0.99 | 0.41 |
| Hex | CF | 1 | C | 0 | 64 | 5E | 13 | 165 | 63 | 29 |
| Octal | 317 | 1 | 14 | 0 | 144 | 136 | 23 | 545 | 143 | 51 |
| Binary | 11001111 | 1 | 1100 | 0 | 1100100 | 1011110 | 10011 | 101100101 | 1100011 | 101001 |
Color Harmonies of #CF010C
Complementary color
Monochromatic Colors of #CF010C
Black with #CF010C
Text Example
Text Example
White with #CF010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF010C; }
p { color: rgb(207,1,12); }
H1.HeaderClassName
{
color: #CF010C;
}
.AnyTagClassName
{
color: #CF010C;
}
</style>
background-color css
<style>
a { background-color: #CF010C; }
a { background-color: rgb(207,1,12); }
div.DivClassName
{
background-color: #CF010C;
}
.BgClassName
{
background-color: #CF010C;
}
</style>
border-color css
<style>
span { border-color: #CF010C; }
span { border-color: rgb(207,1,12); }
td.TdClassName
{
border-color: #CF010C;
}
.TagClassName
{
border-color: #CF010C;
}
</style>