Shades of Cinnabar #E64D25
Tints of Cinnabar #E64D25
RGB
CMYK
RGB Variations
Color information
#E64D25 (or 0xE64D25) is known color: Cinnabar. HEX triplet: E6, 4D and 25. RGB value is (230,77,37). Sum of RGB (Red+Green+Blue) = 230+77+37=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D25 is #19B2DA. Grayscale: #767676. Windows color (decimal): -1684187 or 2444774. OLE color: 2444774.
HSL color Cylindrical-coordinate representation of color #E64D25: hue angle of 12.44º 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 #E64D25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 37 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.10 |
| HSL | 12.44º | 0.79% | 0.52% | - |
| HSV(B) | 12.44º | 0.84% | 0.9% | - |
| XYZ | 35.62 | 22.26 | 4.17 | - |
| YUV | 118.19 | 82.19 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 37 | 0 | 0.67 | 0.84 | 0.10 | 12.44 | 0.79 | 0.52 |
| Hex | E6 | 4D | 25 | 0 | 43 | 54 | A | C | 4F | 34 |
| Octal | 346 | 115 | 45 | 0 | 103 | 124 | 12 | 14 | 117 | 64 |
| Binary | 11100110 | 1001101 | 100101 | 0 | 1000011 | 1010100 | 1010 | 1100 | 1001111 | 110100 |
Color Harmonies of #E64D25
Complementary color
Monochromatic Colors of #E64D25
Black with #E64D25
Text Example
Text Example
White with #E64D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D25; }
p { color: rgb(230,77,37); }
H1.HeaderClassName
{
color: #E64D25;
}
.AnyTagClassName
{
color: #E64D25;
}
</style>
background-color css
<style>
a { background-color: #E64D25; }
a { background-color: rgb(230,77,37); }
div.DivClassName
{
background-color: #E64D25;
}
.BgClassName
{
background-color: #E64D25;
}
</style>
border-color css
<style>
span { border-color: #E64D25; }
span { border-color: rgb(230,77,37); }
td.TdClassName
{
border-color: #E64D25;
}
.TagClassName
{
border-color: #E64D25;
}
</style>