Shades of Venetian Red #CF0714
Tints of Venetian Red #CF0714
RGB
CMYK
RGB Variations
Color information
#CF0714 (or 0xCF0714) is known color: Venetian Red. HEX triplet: CF, 07 and 14. RGB value is (207,7,20). Sum of RGB (Red+Green+Blue) = 207+7+20=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0714 is #30F8EB. Grayscale: #444444. Windows color (decimal): -3209452 or 1312719. OLE color: 1312719.
HSL color Cylindrical-coordinate representation of color #CF0714: hue angle of 356.1º 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 #CF0714 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.19 |
| HSL | 356.1º | 0.93% | 0.42% | - |
| HSV(B) | 356.1º | 0.97% | 0.81% | - |
| XYZ | 25.93 | 13.47 | 1.89 | - |
| YUV | 68.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 20 | 0 | 0.97 | 0.90 | 0.19 | 356.1 | 0.93 | 0.42 |
| Hex | CF | 7 | 14 | 0 | 61 | 5A | 13 | 164 | 5D | 2A |
| Octal | 317 | 7 | 24 | 0 | 141 | 132 | 23 | 544 | 135 | 52 |
| Binary | 11001111 | 111 | 10100 | 0 | 1100001 | 1011010 | 10011 | 101100100 | 1011101 | 101010 |
Color Harmonies of #CF0714
Complementary color
Monochromatic Colors of #CF0714
Black with #CF0714
Text Example
Text Example
White with #CF0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0714; }
p { color: rgb(207,7,20); }
H1.HeaderClassName
{
color: #CF0714;
}
.AnyTagClassName
{
color: #CF0714;
}
</style>
background-color css
<style>
a { background-color: #CF0714; }
a { background-color: rgb(207,7,20); }
div.DivClassName
{
background-color: #CF0714;
}
.BgClassName
{
background-color: #CF0714;
}
</style>
border-color css
<style>
span { border-color: #CF0714; }
span { border-color: rgb(207,7,20); }
td.TdClassName
{
border-color: #CF0714;
}
.TagClassName
{
border-color: #CF0714;
}
</style>