Shades of Venetian Red #CF070E
Tints of Venetian Red #CF070E
RGB
CMYK
RGB Variations
Color information
#CF070E (or 0xCF070E) is known color: Venetian Red. HEX triplet: CF, 07 and 0E. RGB value is (207,7,14). Sum of RGB (Red+Green+Blue) = 207+7+14=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF070E is #30F8F1. Grayscale: #434343. Windows color (decimal): -3209458 or 919503. OLE color: 919503.
HSL color Cylindrical-coordinate representation of color #CF070E: hue angle of 357.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF070E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.19 |
| HSL | 357.9º | 0.93% | 0.42% | - |
| HSV(B) | 357.9º | 0.97% | 0.81% | - |
| XYZ | 25.89 | 13.45 | 1.65 | - |
| YUV | 67.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 14 | 0 | 0.97 | 0.93 | 0.19 | 357.9 | 0.93 | 0.42 |
| Hex | CF | 7 | E | 0 | 61 | 5D | 13 | 166 | 5D | 2A |
| Octal | 317 | 7 | 16 | 0 | 141 | 135 | 23 | 546 | 135 | 52 |
| Binary | 11001111 | 111 | 1110 | 0 | 1100001 | 1011101 | 10011 | 101100110 | 1011101 | 101010 |
Color Harmonies of #CF070E
Complementary color
Monochromatic Colors of #CF070E
Black with #CF070E
Text Example
Text Example
White with #CF070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF070E; }
p { color: rgb(207,7,14); }
H1.HeaderClassName
{
color: #CF070E;
}
.AnyTagClassName
{
color: #CF070E;
}
</style>
background-color css
<style>
a { background-color: #CF070E; }
a { background-color: rgb(207,7,14); }
div.DivClassName
{
background-color: #CF070E;
}
.BgClassName
{
background-color: #CF070E;
}
</style>
border-color css
<style>
span { border-color: #CF070E; }
span { border-color: rgb(207,7,14); }
td.TdClassName
{
border-color: #CF070E;
}
.TagClassName
{
border-color: #CF070E;
}
</style>