Shades of Cinnabar #E62E29
Tints of Cinnabar #E62E29
RGB
CMYK
RGB Variations
Color information
#E62E29 (or 0xE62E29) is known color: Cinnabar. HEX triplet: E6, 2E and 29. RGB value is (230,46,41). Sum of RGB (Red+Green+Blue) = 230+46+41=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E29 is #19D1D6. Grayscale: #646464. Windows color (decimal): -1692119 or 2698982. OLE color: 2698982.
HSL color Cylindrical-coordinate representation of color #E62E29: hue angle of 1.59º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62E29 is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 41 | - |
| CMYK | 0 | 0.8 | 0.82 | 0.10 |
| HSL | 1.59º | 0.79% | 0.53% | - |
| HSV(B) | 1.59º | 0.82% | 0.9% | - |
| XYZ | 34.01 | 18.94 | 3.96 | - |
| YUV | 100.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 41 | 0 | 0.8 | 0.82 | 0.10 | 1.59 | 0.79 | 0.53 |
| Hex | E6 | 2E | 29 | 0 | 50 | 52 | A | 2 | 4F | 35 |
| Octal | 346 | 56 | 51 | 0 | 120 | 122 | 12 | 2 | 117 | 65 |
| Binary | 11100110 | 101110 | 101001 | 0 | 1010000 | 1010010 | 1010 | 10 | 1001111 | 110101 |
Color Harmonies of #E62E29
Complementary color
Monochromatic Colors of #E62E29
Black with #E62E29
Text Example
Text Example
White with #E62E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62E29; }
p { color: rgb(230,46,41); }
H1.HeaderClassName
{
color: #E62E29;
}
.AnyTagClassName
{
color: #E62E29;
}
</style>
background-color css
<style>
a { background-color: #E62E29; }
a { background-color: rgb(230,46,41); }
div.DivClassName
{
background-color: #E62E29;
}
.BgClassName
{
background-color: #E62E29;
}
</style>
border-color css
<style>
span { border-color: #E62E29; }
span { border-color: rgb(230,46,41); }
td.TdClassName
{
border-color: #E62E29;
}
.TagClassName
{
border-color: #E62E29;
}
</style>