Shades of Cinnabar #E82D25
Tints of Cinnabar #E82D25
RGB
CMYK
RGB Variations
Color information
#E82D25 (or 0xE82D25) is known color: Cinnabar. HEX triplet: E8, 2D and 25. RGB value is (232,45,37). Sum of RGB (Red+Green+Blue) = 232+45+37=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D25 is #17D2DA. Grayscale: #646464. Windows color (decimal): -1561307 or 2436584. OLE color: 2436584.
HSL color Cylindrical-coordinate representation of color #E82D25: hue angle of 2.46º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82D25 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 37 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.09 |
| HSL | 2.46º | 0.81% | 0.53% | - |
| HSV(B) | 2.46º | 0.84% | 0.91% | - |
| XYZ | 34.55 | 19.17 | 3.63 | - |
| YUV | 100 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 37 | 0 | 0.81 | 0.84 | 0.09 | 2.46 | 0.81 | 0.53 |
| Hex | E8 | 2D | 25 | 0 | 51 | 54 | 9 | 2 | 51 | 35 |
| Octal | 350 | 55 | 45 | 0 | 121 | 124 | 11 | 2 | 121 | 65 |
| Binary | 11101000 | 101101 | 100101 | 0 | 1010001 | 1010100 | 1001 | 10 | 1010001 | 110101 |
Color Harmonies of #E82D25
Complementary color
Monochromatic Colors of #E82D25
Black with #E82D25
Text Example
Text Example
White with #E82D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D25; }
p { color: rgb(232,45,37); }
H1.HeaderClassName
{
color: #E82D25;
}
.AnyTagClassName
{
color: #E82D25;
}
</style>
background-color css
<style>
a { background-color: #E82D25; }
a { background-color: rgb(232,45,37); }
div.DivClassName
{
background-color: #E82D25;
}
.BgClassName
{
background-color: #E82D25;
}
</style>
border-color css
<style>
span { border-color: #E82D25; }
span { border-color: rgb(232,45,37); }
td.TdClassName
{
border-color: #E82D25;
}
.TagClassName
{
border-color: #E82D25;
}
</style>