Shades of Cinnabar #E62D29
Tints of Cinnabar #E62D29
RGB
CMYK
RGB Variations
Color information
#E62D29 (or 0xE62D29) is known color: Cinnabar. HEX triplet: E6, 2D and 29. RGB value is (230,45,41). Sum of RGB (Red+Green+Blue) = 230+45+41=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D29 is #19D2D6. Grayscale: #646464. Windows color (decimal): -1692375 or 2698726. OLE color: 2698726.
HSL color Cylindrical-coordinate representation of color #E62D29: hue angle of 1.27º 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 #E62D29 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 41 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.10 |
| HSL | 1.27º | 0.79% | 0.53% | - |
| HSV(B) | 1.27º | 0.82% | 0.9% | - |
| XYZ | 33.97 | 18.86 | 3.95 | - |
| YUV | 99.86 | 94.79 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 41 | 0 | 0.80 | 0.82 | 0.10 | 1.27 | 0.79 | 0.53 |
| Hex | E6 | 2D | 29 | 0 | 50 | 52 | A | 1 | 4F | 35 |
| Octal | 346 | 55 | 51 | 0 | 120 | 122 | 12 | 1 | 117 | 65 |
| Binary | 11100110 | 101101 | 101001 | 0 | 1010000 | 1010010 | 1010 | 1 | 1001111 | 110101 |
Color Harmonies of #E62D29
Complementary color
Monochromatic Colors of #E62D29
Black with #E62D29
Text Example
Text Example
White with #E62D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D29; }
p { color: rgb(230,45,41); }
H1.HeaderClassName
{
color: #E62D29;
}
.AnyTagClassName
{
color: #E62D29;
}
</style>
background-color css
<style>
a { background-color: #E62D29; }
a { background-color: rgb(230,45,41); }
div.DivClassName
{
background-color: #E62D29;
}
.BgClassName
{
background-color: #E62D29;
}
</style>
border-color css
<style>
span { border-color: #E62D29; }
span { border-color: rgb(230,45,41); }
td.TdClassName
{
border-color: #E62D29;
}
.TagClassName
{
border-color: #E62D29;
}
</style>