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