Shades of Cinnabar #E4503F
Tints of Cinnabar #E4503F
RGB
CMYK
RGB Variations
Color information
#E4503F (or 0xE4503F) is known color: Cinnabar. HEX triplet: E4, 50 and 3F. RGB value is (228,80,63). Sum of RGB (Red+Green+Blue) = 228+80+63=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4503F is #1BAFC0. Grayscale: #7A7A7A. Windows color (decimal): -1814465 or 4149476. OLE color: 4149476.
HSL color Cylindrical-coordinate representation of color #E4503F: hue angle of 6.18º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E4503F is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 63 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.11 |
| HSL | 6.18º | 0.75% | 0.57% | - |
| HSV(B) | 6.18º | 0.72% | 0.89% | - |
| XYZ | 35.76 | 22.59 | 7.18 | - |
| YUV | 122.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 63 | 0 | 0.65 | 0.72 | 0.11 | 6.18 | 0.75 | 0.57 |
| Hex | E4 | 50 | 3F | 0 | 41 | 48 | B | 6 | 4B | 39 |
| Octal | 344 | 120 | 77 | 0 | 101 | 110 | 13 | 6 | 113 | 71 |
| Binary | 11100100 | 1010000 | 111111 | 0 | 1000001 | 1001000 | 1011 | 110 | 1001011 | 111001 |
Color Harmonies of #E4503F
Complementary color
Monochromatic Colors of #E4503F
Black with #E4503F
Text Example
Text Example
White with #E4503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4503F; }
p { color: rgb(228,80,63); }
H1.HeaderClassName
{
color: #E4503F;
}
.AnyTagClassName
{
color: #E4503F;
}
</style>
background-color css
<style>
a { background-color: #E4503F; }
a { background-color: rgb(228,80,63); }
div.DivClassName
{
background-color: #E4503F;
}
.BgClassName
{
background-color: #E4503F;
}
</style>
border-color css
<style>
span { border-color: #E4503F; }
span { border-color: rgb(228,80,63); }
td.TdClassName
{
border-color: #E4503F;
}
.TagClassName
{
border-color: #E4503F;
}
</style>