Shades of Venetian Red #CE021B
Tints of Venetian Red #CE021B
RGB
CMYK
RGB Variations
Color information
#CE021B (or 0xCE021B) is known color: Venetian Red. HEX triplet: CE, 02 and 1B. RGB value is (206,2,27). Sum of RGB (Red+Green+Blue) = 206+2+27=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE021B is #31FDE4. Grayscale: #414141. Windows color (decimal): -3276261 or 1770190. OLE color: 1770190.
HSL color Cylindrical-coordinate representation of color #CE021B: hue angle of 352.65º 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 #CE021B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.19 |
| HSL | 352.65º | 0.98% | 0.41% | - |
| HSV(B) | 352.65º | 0.99% | 0.81% | - |
| XYZ | 25.67 | 13.24 | 2.24 | - |
| YUV | 65.85 | 106.09 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 27 | 0 | 0.99 | 0.87 | 0.19 | 352.65 | 0.98 | 0.41 |
| Hex | CE | 2 | 1B | 0 | 63 | 57 | 13 | 161 | 62 | 29 |
| Octal | 316 | 2 | 33 | 0 | 143 | 127 | 23 | 541 | 142 | 51 |
| Binary | 11001110 | 10 | 11011 | 0 | 1100011 | 1010111 | 10011 | 101100001 | 1100010 | 101001 |
Color Harmonies of #CE021B
Complementary color
Monochromatic Colors of #CE021B
Black with #CE021B
Text Example
Text Example
White with #CE021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE021B; }
p { color: rgb(206,2,27); }
H1.HeaderClassName
{
color: #CE021B;
}
.AnyTagClassName
{
color: #CE021B;
}
</style>
background-color css
<style>
a { background-color: #CE021B; }
a { background-color: rgb(206,2,27); }
div.DivClassName
{
background-color: #CE021B;
}
.BgClassName
{
background-color: #CE021B;
}
</style>
border-color css
<style>
span { border-color: #CE021B; }
span { border-color: rgb(206,2,27); }
td.TdClassName
{
border-color: #CE021B;
}
.TagClassName
{
border-color: #CE021B;
}
</style>