Shades of Cinnabar #E5362C
Tints of Cinnabar #E5362C
RGB
CMYK
RGB Variations
Color information
#E5362C (or 0xE5362C) is known color: Cinnabar. HEX triplet: E5, 36 and 2C. RGB value is (229,54,44). Sum of RGB (Red+Green+Blue) = 229+54+44=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5362C is #1AC9D3. Grayscale: #696969. Windows color (decimal): -1755604 or 2897637. OLE color: 2897637.
HSL color Cylindrical-coordinate representation of color #E5362C: hue angle of 3.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5362C is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 44 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.10 |
| HSL | 3.24º | 0.78% | 0.54% | - |
| HSV(B) | 3.24º | 0.81% | 0.9% | - |
| XYZ | 34.09 | 19.48 | 4.35 | - |
| YUV | 105.19 | 93.48 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 44 | 0 | 0.76 | 0.81 | 0.10 | 3.24 | 0.78 | 0.54 |
| Hex | E5 | 36 | 2C | 0 | 4C | 51 | A | 3 | 4E | 36 |
| Octal | 345 | 66 | 54 | 0 | 114 | 121 | 12 | 3 | 116 | 66 |
| Binary | 11100101 | 110110 | 101100 | 0 | 1001100 | 1010001 | 1010 | 11 | 1001110 | 110110 |
Color Harmonies of #E5362C
Complementary color
Monochromatic Colors of #E5362C
Black with #E5362C
Text Example
Text Example
White with #E5362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5362C; }
p { color: rgb(229,54,44); }
H1.HeaderClassName
{
color: #E5362C;
}
.AnyTagClassName
{
color: #E5362C;
}
</style>
background-color css
<style>
a { background-color: #E5362C; }
a { background-color: rgb(229,54,44); }
div.DivClassName
{
background-color: #E5362C;
}
.BgClassName
{
background-color: #E5362C;
}
</style>
border-color css
<style>
span { border-color: #E5362C; }
span { border-color: rgb(229,54,44); }
td.TdClassName
{
border-color: #E5362C;
}
.TagClassName
{
border-color: #E5362C;
}
</style>