Shades of Cinnabar #E04125
Tints of Cinnabar #E04125
RGB
CMYK
RGB Variations
Color information
#E04125 (or 0xE04125) is known color: Cinnabar. HEX triplet: E0, 41 and 25. RGB value is (224,65,37). Sum of RGB (Red+Green+Blue) = 224+65+37=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E04125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04125 is #1FBEDA. Grayscale: #6D6D6D. Windows color (decimal): -2080475 or 2441696. OLE color: 2441696.
HSL color Cylindrical-coordinate representation of color #E04125: hue angle of 8.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E04125 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 37 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.12 |
| HSL | 8.98º | 0.75% | 0.51% | - |
| HSV(B) | 8.98º | 0.83% | 0.88% | - |
| XYZ | 32.96 | 19.76 | 3.83 | - |
| YUV | 109.35 | 87.18 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 37 | 0 | 0.71 | 0.83 | 0.12 | 8.98 | 0.75 | 0.51 |
| Hex | E0 | 41 | 25 | 0 | 47 | 53 | C | 9 | 4B | 33 |
| Octal | 340 | 101 | 45 | 0 | 107 | 123 | 14 | 11 | 113 | 63 |
| Binary | 11100000 | 1000001 | 100101 | 0 | 1000111 | 1010011 | 1100 | 1001 | 1001011 | 110011 |
Color Harmonies of #E04125
Complementary color
Monochromatic Colors of #E04125
Black with #E04125
Text Example
Text Example
White with #E04125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04125; }
p { color: rgb(224,65,37); }
H1.HeaderClassName
{
color: #E04125;
}
.AnyTagClassName
{
color: #E04125;
}
</style>
background-color css
<style>
a { background-color: #E04125; }
a { background-color: rgb(224,65,37); }
div.DivClassName
{
background-color: #E04125;
}
.BgClassName
{
background-color: #E04125;
}
</style>
border-color css
<style>
span { border-color: #E04125; }
span { border-color: rgb(224,65,37); }
td.TdClassName
{
border-color: #E04125;
}
.TagClassName
{
border-color: #E04125;
}
</style>