Shades of Cinnabar #E5362F
Tints of Cinnabar #E5362F
RGB
CMYK
RGB Variations
Color information
#E5362F (or 0xE5362F) is known color: Cinnabar. HEX triplet: E5, 36 and 2F. RGB value is (229,54,47). Sum of RGB (Red+Green+Blue) = 229+54+47=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5362F is #1AC9D0. Grayscale: #696969. Windows color (decimal): -1755601 or 3094245. OLE color: 3094245.
HSL color Cylindrical-coordinate representation of color #E5362F: hue angle of 2.31º 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 #E5362F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 47 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.10 |
| HSL | 2.31º | 0.78% | 0.54% | - |
| HSV(B) | 2.31º | 0.79% | 0.9% | - |
| XYZ | 34.15 | 19.5 | 4.65 | - |
| YUV | 105.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 47 | 0 | 0.76 | 0.79 | 0.10 | 2.31 | 0.78 | 0.54 |
| Hex | E5 | 36 | 2F | 0 | 4C | 4F | A | 2 | 4E | 36 |
| Octal | 345 | 66 | 57 | 0 | 114 | 117 | 12 | 2 | 116 | 66 |
| Binary | 11100101 | 110110 | 101111 | 0 | 1001100 | 1001111 | 1010 | 10 | 1001110 | 110110 |
Color Harmonies of #E5362F
Complementary color
Monochromatic Colors of #E5362F
Black with #E5362F
Text Example
Text Example
White with #E5362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5362F; }
p { color: rgb(229,54,47); }
H1.HeaderClassName
{
color: #E5362F;
}
.AnyTagClassName
{
color: #E5362F;
}
</style>
background-color css
<style>
a { background-color: #E5362F; }
a { background-color: rgb(229,54,47); }
div.DivClassName
{
background-color: #E5362F;
}
.BgClassName
{
background-color: #E5362F;
}
</style>
border-color css
<style>
span { border-color: #E5362F; }
span { border-color: rgb(229,54,47); }
td.TdClassName
{
border-color: #E5362F;
}
.TagClassName
{
border-color: #E5362F;
}
</style>