Shades of Cinnabar #E25434
Tints of Cinnabar #E25434
RGB
CMYK
RGB Variations
Color information
#E25434 (or 0xE25434) is known color: Cinnabar. HEX triplet: E2, 54 and 34. RGB value is (226,84,52). Sum of RGB (Red+Green+Blue) = 226+84+52=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E25434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25434 is #1DABCB. Grayscale: #7B7B7B. Windows color (decimal): -1944524 or 3429602. OLE color: 3429602.
HSL color Cylindrical-coordinate representation of color #E25434: hue angle of 11.03º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E25434 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 52 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.11 |
| HSL | 11.03º | 0.75% | 0.55% | - |
| HSV(B) | 11.03º | 0.77% | 0.89% | - |
| XYZ | 35.15 | 22.76 | 5.79 | - |
| YUV | 122.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 52 | 0 | 0.63 | 0.77 | 0.11 | 11.03 | 0.75 | 0.55 |
| Hex | E2 | 54 | 34 | 0 | 3F | 4D | B | B | 4B | 37 |
| Octal | 342 | 124 | 64 | 0 | 77 | 115 | 13 | 13 | 113 | 67 |
| Binary | 11100010 | 1010100 | 110100 | 0 | 111111 | 1001101 | 1011 | 1011 | 1001011 | 110111 |
Color Harmonies of #E25434
Complementary color
Monochromatic Colors of #E25434
Black with #E25434
Text Example
Text Example
White with #E25434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25434; }
p { color: rgb(226,84,52); }
H1.HeaderClassName
{
color: #E25434;
}
.AnyTagClassName
{
color: #E25434;
}
</style>
background-color css
<style>
a { background-color: #E25434; }
a { background-color: rgb(226,84,52); }
div.DivClassName
{
background-color: #E25434;
}
.BgClassName
{
background-color: #E25434;
}
</style>
border-color css
<style>
span { border-color: #E25434; }
span { border-color: rgb(226,84,52); }
td.TdClassName
{
border-color: #E25434;
}
.TagClassName
{
border-color: #E25434;
}
</style>