Shades of Cinnabar #E24B28
Tints of Cinnabar #E24B28
RGB
CMYK
RGB Variations
Color information
#E24B28 (or 0xE24B28) is known color: Cinnabar. HEX triplet: E2, 4B and 28. RGB value is (226,75,40). Sum of RGB (Red+Green+Blue) = 226+75+40=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24B28 is #1DB4D7. Grayscale: #747474. Windows color (decimal): -1946840 or 2640866. OLE color: 2640866.
HSL color Cylindrical-coordinate representation of color #E24B28: hue angle of 11.29º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E24B28 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 40 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.11 |
| HSL | 11.29º | 0.76% | 0.52% | - |
| HSV(B) | 11.29º | 0.82% | 0.89% | - |
| XYZ | 34.26 | 21.35 | 4.32 | - |
| YUV | 116.16 | 85.03 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 40 | 0 | 0.67 | 0.82 | 0.11 | 11.29 | 0.76 | 0.52 |
| Hex | E2 | 4B | 28 | 0 | 43 | 52 | B | B | 4C | 34 |
| Octal | 342 | 113 | 50 | 0 | 103 | 122 | 13 | 13 | 114 | 64 |
| Binary | 11100010 | 1001011 | 101000 | 0 | 1000011 | 1010010 | 1011 | 1011 | 1001100 | 110100 |
Color Harmonies of #E24B28
Complementary color
Monochromatic Colors of #E24B28
Black with #E24B28
Text Example
Text Example
White with #E24B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24B28; }
p { color: rgb(226,75,40); }
H1.HeaderClassName
{
color: #E24B28;
}
.AnyTagClassName
{
color: #E24B28;
}
</style>
background-color css
<style>
a { background-color: #E24B28; }
a { background-color: rgb(226,75,40); }
div.DivClassName
{
background-color: #E24B28;
}
.BgClassName
{
background-color: #E24B28;
}
</style>
border-color css
<style>
span { border-color: #E24B28; }
span { border-color: rgb(226,75,40); }
td.TdClassName
{
border-color: #E24B28;
}
.TagClassName
{
border-color: #E24B28;
}
</style>