Shades of Venetian Red #CF070B
Tints of Venetian Red #CF070B
RGB
CMYK
RGB Variations
Color information
#CF070B (or 0xCF070B) is known color: Venetian Red. HEX triplet: CF, 07 and 0B. RGB value is (207,7,11). Sum of RGB (Red+Green+Blue) = 207+7+11=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF070B is #30F8F4. Grayscale: #434343. Windows color (decimal): -3209461 or 722895. OLE color: 722895.
HSL color Cylindrical-coordinate representation of color #CF070B: hue angle of 358.8º 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 #CF070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.19 |
| HSL | 358.8º | 0.93% | 0.42% | - |
| HSV(B) | 358.8º | 0.97% | 0.81% | - |
| XYZ | 25.87 | 13.44 | 1.55 | - |
| YUV | 67.26 | 96.26 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 11 | 0 | 0.97 | 0.95 | 0.19 | 358.8 | 0.93 | 0.42 |
| Hex | CF | 7 | B | 0 | 61 | 5F | 13 | 167 | 5D | 2A |
| Octal | 317 | 7 | 13 | 0 | 141 | 137 | 23 | 547 | 135 | 52 |
| Binary | 11001111 | 111 | 1011 | 0 | 1100001 | 1011111 | 10011 | 101100111 | 1011101 | 101010 |
Color Harmonies of #CF070B
Complementary color
Monochromatic Colors of #CF070B
Black with #CF070B
Text Example
Text Example
White with #CF070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF070B; }
p { color: rgb(207,7,11); }
H1.HeaderClassName
{
color: #CF070B;
}
.AnyTagClassName
{
color: #CF070B;
}
</style>
background-color css
<style>
a { background-color: #CF070B; }
a { background-color: rgb(207,7,11); }
div.DivClassName
{
background-color: #CF070B;
}
.BgClassName
{
background-color: #CF070B;
}
</style>
border-color css
<style>
span { border-color: #CF070B; }
span { border-color: rgb(207,7,11); }
td.TdClassName
{
border-color: #CF070B;
}
.TagClassName
{
border-color: #CF070B;
}
</style>