Shades of Cinnabar #E5302F
Tints of Cinnabar #E5302F
RGB
CMYK
RGB Variations
Color information
#E5302F (or 0xE5302F) is known color: Cinnabar. HEX triplet: E5, 30 and 2F. RGB value is (229,48,47). Sum of RGB (Red+Green+Blue) = 229+48+47=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5302F is #1ACFD0. Grayscale: #666666. Windows color (decimal): -1757137 or 3092709. OLE color: 3092709.
HSL color Cylindrical-coordinate representation of color #E5302F: hue angle of 0.33º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5302F is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 47 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.10 |
| HSL | 0.33º | 0.78% | 0.54% | - |
| HSV(B) | 0.33º | 0.79% | 0.9% | - |
| XYZ | 33.88 | 18.98 | 4.57 | - |
| YUV | 102.01 | 96.97 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 47 | 0 | 0.79 | 0.79 | 0.10 | 0.33 | 0.78 | 0.54 |
| Hex | E5 | 30 | 2F | 0 | 4F | 4F | A | 0 | 4E | 36 |
| Octal | 345 | 60 | 57 | 0 | 117 | 117 | 12 | 0 | 116 | 66 |
| Binary | 11100101 | 110000 | 101111 | 0 | 1001111 | 1001111 | 1010 | 0 | 1001110 | 110110 |
Color Harmonies of #E5302F
Complementary color
Monochromatic Colors of #E5302F
Black with #E5302F
Text Example
Text Example
White with #E5302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5302F; }
p { color: rgb(229,48,47); }
H1.HeaderClassName
{
color: #E5302F;
}
.AnyTagClassName
{
color: #E5302F;
}
</style>
background-color css
<style>
a { background-color: #E5302F; }
a { background-color: rgb(229,48,47); }
div.DivClassName
{
background-color: #E5302F;
}
.BgClassName
{
background-color: #E5302F;
}
</style>
border-color css
<style>
span { border-color: #E5302F; }
span { border-color: rgb(229,48,47); }
td.TdClassName
{
border-color: #E5302F;
}
.TagClassName
{
border-color: #E5302F;
}
</style>