Shades of Venetian Red #CF020E
Tints of Venetian Red #CF020E
RGB
CMYK
RGB Variations
Color information
#CF020E (or 0xCF020E) is known color: Venetian Red. HEX triplet: CF, 02 and 0E. RGB value is (207,2,14). Sum of RGB (Red+Green+Blue) = 207+2+14=223 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.83% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 207 - color contains mainly: red. Hex color #CF020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF020E is #30FDF1. Grayscale: #404040. Windows color (decimal): -3210738 or 918223. OLE color: 918223.
HSL color Cylindrical-coordinate representation of color #CF020E: hue angle of 356.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF020E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.19 |
| HSL | 356.49º | 0.98% | 0.41% | - |
| HSV(B) | 356.49º | 0.99% | 0.81% | - |
| XYZ | 25.83 | 13.34 | 1.63 | - |
| YUV | 64.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 14 | 0 | 0.99 | 0.93 | 0.19 | 356.49 | 0.98 | 0.41 |
| Hex | CF | 2 | E | 0 | 63 | 5D | 13 | 164 | 62 | 29 |
| Octal | 317 | 2 | 16 | 0 | 143 | 135 | 23 | 544 | 142 | 51 |
| Binary | 11001111 | 10 | 1110 | 0 | 1100011 | 1011101 | 10011 | 101100100 | 1100010 | 101001 |
Color Harmonies of #CF020E
Complementary color
Monochromatic Colors of #CF020E
Black with #CF020E
Text Example
Text Example
White with #CF020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF020E; }
p { color: rgb(207,2,14); }
H1.HeaderClassName
{
color: #CF020E;
}
.AnyTagClassName
{
color: #CF020E;
}
</style>
background-color css
<style>
a { background-color: #CF020E; }
a { background-color: rgb(207,2,14); }
div.DivClassName
{
background-color: #CF020E;
}
.BgClassName
{
background-color: #CF020E;
}
</style>
border-color css
<style>
span { border-color: #CF020E; }
span { border-color: rgb(207,2,14); }
td.TdClassName
{
border-color: #CF020E;
}
.TagClassName
{
border-color: #CF020E;
}
</style>