Shades of Venetian Red #E6021A
Tints of Venetian Red #E6021A
RGB
CMYK
RGB Variations
Color information
#E6021A (or 0xE6021A) is known color: Venetian Red. HEX triplet: E6, 02 and 1A. RGB value is (230,2,26). Sum of RGB (Red+Green+Blue) = 230+2+26=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E6021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6021A is #19FDE5. Grayscale: #494949. Windows color (decimal): -1703398 or 1704678. OLE color: 1704678.
HSL color Cylindrical-coordinate representation of color #E6021A: hue angle of 353.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6021A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.10 |
| HSL | 353.68º | 0.98% | 0.45% | - |
| HSV(B) | 353.68º | 0.99% | 0.9% | - |
| XYZ | 32.84 | 16.94 | 2.52 | - |
| YUV | 72.91 | 101.54 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 26 | 0 | 0.99 | 0.89 | 0.10 | 353.68 | 0.98 | 0.45 |
| Hex | E6 | 2 | 1A | 0 | 63 | 59 | A | 162 | 62 | 2D |
| Octal | 346 | 2 | 32 | 0 | 143 | 131 | 12 | 542 | 142 | 55 |
| Binary | 11100110 | 10 | 11010 | 0 | 1100011 | 1011001 | 1010 | 101100010 | 1100010 | 101101 |
Color Harmonies of #E6021A
Complementary color
Monochromatic Colors of #E6021A
Black with #E6021A
Text Example
Text Example
White with #E6021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6021A; }
p { color: rgb(230,2,26); }
H1.HeaderClassName
{
color: #E6021A;
}
.AnyTagClassName
{
color: #E6021A;
}
</style>
background-color css
<style>
a { background-color: #E6021A; }
a { background-color: rgb(230,2,26); }
div.DivClassName
{
background-color: #E6021A;
}
.BgClassName
{
background-color: #E6021A;
}
</style>
border-color css
<style>
span { border-color: #E6021A; }
span { border-color: rgb(230,2,26); }
td.TdClassName
{
border-color: #E6021A;
}
.TagClassName
{
border-color: #E6021A;
}
</style>