Shades of Cinnabar #E62D25
Tints of Cinnabar #E62D25
RGB
CMYK
RGB Variations
Color information
#E62D25 (or 0xE62D25) is known color: Cinnabar. HEX triplet: E6, 2D and 25. RGB value is (230,45,37). Sum of RGB (Red+Green+Blue) = 230+45+37=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D25 is #19D2DA. Grayscale: #636363. Windows color (decimal): -1692379 or 2436582. OLE color: 2436582.
HSL color Cylindrical-coordinate representation of color #E62D25: hue angle of 2.49º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62D25 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 37 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.10 |
| HSL | 2.49º | 0.79% | 0.52% | - |
| HSV(B) | 2.49º | 0.84% | 0.9% | - |
| XYZ | 33.91 | 18.83 | 3.6 | - |
| YUV | 99.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 37 | 0 | 0.80 | 0.84 | 0.10 | 2.49 | 0.79 | 0.52 |
| Hex | E6 | 2D | 25 | 0 | 50 | 54 | A | 2 | 4F | 34 |
| Octal | 346 | 55 | 45 | 0 | 120 | 124 | 12 | 2 | 117 | 64 |
| Binary | 11100110 | 101101 | 100101 | 0 | 1010000 | 1010100 | 1010 | 10 | 1001111 | 110100 |
Color Harmonies of #E62D25
Complementary color
Monochromatic Colors of #E62D25
Black with #E62D25
Text Example
Text Example
White with #E62D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D25; }
p { color: rgb(230,45,37); }
H1.HeaderClassName
{
color: #E62D25;
}
.AnyTagClassName
{
color: #E62D25;
}
</style>
background-color css
<style>
a { background-color: #E62D25; }
a { background-color: rgb(230,45,37); }
div.DivClassName
{
background-color: #E62D25;
}
.BgClassName
{
background-color: #E62D25;
}
</style>
border-color css
<style>
span { border-color: #E62D25; }
span { border-color: rgb(230,45,37); }
td.TdClassName
{
border-color: #E62D25;
}
.TagClassName
{
border-color: #E62D25;
}
</style>