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