Shades of Venetian Red #CF021E
Tints of Venetian Red #CF021E
RGB
CMYK
RGB Variations
Color information
#CF021E (or 0xCF021E) is known color: Venetian Red. HEX triplet: CF, 02 and 1E. RGB value is (207,2,30). Sum of RGB (Red+Green+Blue) = 207+2+30=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF021E is #30FDE1. Grayscale: #424242. Windows color (decimal): -3210722 or 1966799. OLE color: 1966799.
HSL color Cylindrical-coordinate representation of color #CF021E: hue angle of 351.8º 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 #CF021E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.19 |
| HSL | 351.8º | 0.98% | 0.41% | - |
| HSV(B) | 351.8º | 0.99% | 0.81% | - |
| XYZ | 25.99 | 13.4 | 2.45 | - |
| YUV | 66.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 30 | 0 | 0.99 | 0.86 | 0.19 | 351.8 | 0.98 | 0.41 |
| Hex | CF | 2 | 1E | 0 | 63 | 56 | 13 | 160 | 62 | 29 |
| Octal | 317 | 2 | 36 | 0 | 143 | 126 | 23 | 540 | 142 | 51 |
| Binary | 11001111 | 10 | 11110 | 0 | 1100011 | 1010110 | 10011 | 101100000 | 1100010 | 101001 |
Color Harmonies of #CF021E
Complementary color
Monochromatic Colors of #CF021E
Black with #CF021E
Text Example
Text Example
White with #CF021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF021E; }
p { color: rgb(207,2,30); }
H1.HeaderClassName
{
color: #CF021E;
}
.AnyTagClassName
{
color: #CF021E;
}
</style>
background-color css
<style>
a { background-color: #CF021E; }
a { background-color: rgb(207,2,30); }
div.DivClassName
{
background-color: #CF021E;
}
.BgClassName
{
background-color: #CF021E;
}
</style>
border-color css
<style>
span { border-color: #CF021E; }
span { border-color: rgb(207,2,30); }
td.TdClassName
{
border-color: #CF021E;
}
.TagClassName
{
border-color: #CF021E;
}
</style>