Shades of Cinnabar #E4553A
Tints of Cinnabar #E4553A
RGB
CMYK
RGB Variations
Color information
#E4553A (or 0xE4553A) is known color: Cinnabar. HEX triplet: E4, 55 and 3A. RGB value is (228,85,58). Sum of RGB (Red+Green+Blue) = 228+85+58=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4553A is #1BAAC5. Grayscale: #7C7C7C. Windows color (decimal): -1813190 or 3823076. OLE color: 3823076.
HSL color Cylindrical-coordinate representation of color #E4553A: hue angle of 9.53º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4553A is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 58 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.11 |
| HSL | 9.53º | 0.76% | 0.56% | - |
| HSV(B) | 9.53º | 0.75% | 0.89% | - |
| XYZ | 36.01 | 23.3 | 6.6 | - |
| YUV | 124.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 58 | 0 | 0.63 | 0.75 | 0.11 | 9.53 | 0.76 | 0.56 |
| Hex | E4 | 55 | 3A | 0 | 3F | 4B | B | A | 4C | 38 |
| Octal | 344 | 125 | 72 | 0 | 77 | 113 | 13 | 12 | 114 | 70 |
| Binary | 11100100 | 1010101 | 111010 | 0 | 111111 | 1001011 | 1011 | 1010 | 1001100 | 111000 |
Color Harmonies of #E4553A
Complementary color
Monochromatic Colors of #E4553A
Black with #E4553A
Text Example
Text Example
White with #E4553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4553A; }
p { color: rgb(228,85,58); }
H1.HeaderClassName
{
color: #E4553A;
}
.AnyTagClassName
{
color: #E4553A;
}
</style>
background-color css
<style>
a { background-color: #E4553A; }
a { background-color: rgb(228,85,58); }
div.DivClassName
{
background-color: #E4553A;
}
.BgClassName
{
background-color: #E4553A;
}
</style>
border-color css
<style>
span { border-color: #E4553A; }
span { border-color: rgb(228,85,58); }
td.TdClassName
{
border-color: #E4553A;
}
.TagClassName
{
border-color: #E4553A;
}
</style>