Shades of Cinnabar #E53F28
Tints of Cinnabar #E53F28
RGB
CMYK
RGB Variations
Color information
#E53F28 (or 0xE53F28) is known color: Cinnabar. HEX triplet: E5, 3F and 28. RGB value is (229,63,40). Sum of RGB (Red+Green+Blue) = 229+63+40=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53F28 is #1AC0D7. Grayscale: #6E6E6E. Windows color (decimal): -1753304 or 2637797. OLE color: 2637797.
HSL color Cylindrical-coordinate representation of color #E53F28: hue angle of 7.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E53F28 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 40 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.10 |
| HSL | 7.3º | 0.78% | 0.53% | - |
| HSV(B) | 7.3º | 0.83% | 0.9% | - |
| XYZ | 34.47 | 20.37 | 4.12 | - |
| YUV | 110.01 | 88.5 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 40 | 0 | 0.72 | 0.83 | 0.10 | 7.3 | 0.78 | 0.53 |
| Hex | E5 | 3F | 28 | 0 | 48 | 53 | A | 7 | 4E | 35 |
| Octal | 345 | 77 | 50 | 0 | 110 | 123 | 12 | 7 | 116 | 65 |
| Binary | 11100101 | 111111 | 101000 | 0 | 1001000 | 1010011 | 1010 | 111 | 1001110 | 110101 |
Color Harmonies of #E53F28
Complementary color
Monochromatic Colors of #E53F28
Black with #E53F28
Text Example
Text Example
White with #E53F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F28; }
p { color: rgb(229,63,40); }
H1.HeaderClassName
{
color: #E53F28;
}
.AnyTagClassName
{
color: #E53F28;
}
</style>
background-color css
<style>
a { background-color: #E53F28; }
a { background-color: rgb(229,63,40); }
div.DivClassName
{
background-color: #E53F28;
}
.BgClassName
{
background-color: #E53F28;
}
</style>
border-color css
<style>
span { border-color: #E53F28; }
span { border-color: rgb(229,63,40); }
td.TdClassName
{
border-color: #E53F28;
}
.TagClassName
{
border-color: #E53F28;
}
</style>