Shades of Cinnabar #E45533
Tints of Cinnabar #E45533
RGB
CMYK
RGB Variations
Color information
#E45533 (or 0xE45533) is known color: Cinnabar. HEX triplet: E4, 55 and 33. RGB value is (228,85,51). Sum of RGB (Red+Green+Blue) = 228+85+51=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E45533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45533 is #1BAACC. Grayscale: #7C7C7C. Windows color (decimal): -1813197 or 3364324. OLE color: 3364324.
HSL color Cylindrical-coordinate representation of color #E45533: hue angle of 11.53º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E45533 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 51 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.11 |
| HSL | 11.53º | 0.77% | 0.55% | - |
| HSV(B) | 11.53º | 0.78% | 0.89% | - |
| XYZ | 35.84 | 23.23 | 5.73 | - |
| YUV | 123.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 51 | 0 | 0.63 | 0.78 | 0.11 | 11.53 | 0.77 | 0.55 |
| Hex | E4 | 55 | 33 | 0 | 3F | 4E | B | C | 4D | 37 |
| Octal | 344 | 125 | 63 | 0 | 77 | 116 | 13 | 14 | 115 | 67 |
| Binary | 11100100 | 1010101 | 110011 | 0 | 111111 | 1001110 | 1011 | 1100 | 1001101 | 110111 |
Color Harmonies of #E45533
Complementary color
Monochromatic Colors of #E45533
Black with #E45533
Text Example
Text Example
White with #E45533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45533; }
p { color: rgb(228,85,51); }
H1.HeaderClassName
{
color: #E45533;
}
.AnyTagClassName
{
color: #E45533;
}
</style>
background-color css
<style>
a { background-color: #E45533; }
a { background-color: rgb(228,85,51); }
div.DivClassName
{
background-color: #E45533;
}
.BgClassName
{
background-color: #E45533;
}
</style>
border-color css
<style>
span { border-color: #E45533; }
span { border-color: rgb(228,85,51); }
td.TdClassName
{
border-color: #E45533;
}
.TagClassName
{
border-color: #E45533;
}
</style>