Shades of Venetian Red #CF020B
Tints of Venetian Red #CF020B
RGB
CMYK
RGB Variations
Color information
#CF020B (or 0xCF020B) is known color: Venetian Red. HEX triplet: CF, 02 and 0B. RGB value is (207,2,11). Sum of RGB (Red+Green+Blue) = 207+2+11=220 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.09% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 207 - color contains mainly: red. Hex color #CF020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF020B is #30FDF4. Grayscale: #404040. Windows color (decimal): -3210741 or 721615. OLE color: 721615.
HSL color Cylindrical-coordinate representation of color #CF020B: hue angle of 357.37º 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 #CF020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.19 |
| HSL | 357.37º | 0.98% | 0.41% | - |
| HSV(B) | 357.37º | 0.99% | 0.81% | - |
| XYZ | 25.81 | 13.33 | 1.53 | - |
| YUV | 64.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 11 | 0 | 0.99 | 0.95 | 0.19 | 357.37 | 0.98 | 0.41 |
| Hex | CF | 2 | B | 0 | 63 | 5F | 13 | 165 | 62 | 29 |
| Octal | 317 | 2 | 13 | 0 | 143 | 137 | 23 | 545 | 142 | 51 |
| Binary | 11001111 | 10 | 1011 | 0 | 1100011 | 1011111 | 10011 | 101100101 | 1100010 | 101001 |
Color Harmonies of #CF020B
Complementary color
Monochromatic Colors of #CF020B
Black with #CF020B
Text Example
Text Example
White with #CF020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF020B; }
p { color: rgb(207,2,11); }
H1.HeaderClassName
{
color: #CF020B;
}
.AnyTagClassName
{
color: #CF020B;
}
</style>
background-color css
<style>
a { background-color: #CF020B; }
a { background-color: rgb(207,2,11); }
div.DivClassName
{
background-color: #CF020B;
}
.BgClassName
{
background-color: #CF020B;
}
</style>
border-color css
<style>
span { border-color: #CF020B; }
span { border-color: rgb(207,2,11); }
td.TdClassName
{
border-color: #CF020B;
}
.TagClassName
{
border-color: #CF020B;
}
</style>