Shades of Cinnabar #E5361D
Tints of Cinnabar #E5361D
RGB
CMYK
RGB Variations
Color information
#E5361D (or 0xE5361D) is known color: Cinnabar. HEX triplet: E5, 36 and 1D. RGB value is (229,54,29). Sum of RGB (Red+Green+Blue) = 229+54+29=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5361D is #1AC9E2. Grayscale: #676767. Windows color (decimal): -1755619 or 1914597. OLE color: 1914597.
HSL color Cylindrical-coordinate representation of color #E5361D: hue angle of 7.5º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5361D is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 29 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.10 |
| HSL | 7.5º | 0.79% | 0.51% | - |
| HSV(B) | 7.5º | 0.87% | 0.9% | - |
| XYZ | 33.85 | 19.39 | 3.12 | - |
| YUV | 103.48 | 85.98 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 29 | 0 | 0.76 | 0.87 | 0.10 | 7.5 | 0.79 | 0.51 |
| Hex | E5 | 36 | 1D | 0 | 4C | 57 | A | 8 | 4F | 33 |
| Octal | 345 | 66 | 35 | 0 | 114 | 127 | 12 | 10 | 117 | 63 |
| Binary | 11100101 | 110110 | 11101 | 0 | 1001100 | 1010111 | 1010 | 1000 | 1001111 | 110011 |
Color Harmonies of #E5361D
Complementary color
Monochromatic Colors of #E5361D
Black with #E5361D
Text Example
Text Example
White with #E5361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5361D; }
p { color: rgb(229,54,29); }
H1.HeaderClassName
{
color: #E5361D;
}
.AnyTagClassName
{
color: #E5361D;
}
</style>
background-color css
<style>
a { background-color: #E5361D; }
a { background-color: rgb(229,54,29); }
div.DivClassName
{
background-color: #E5361D;
}
.BgClassName
{
background-color: #E5361D;
}
</style>
border-color css
<style>
span { border-color: #E5361D; }
span { border-color: rgb(229,54,29); }
td.TdClassName
{
border-color: #E5361D;
}
.TagClassName
{
border-color: #E5361D;
}
</style>