Shades of Cinnabar #E5351E
Tints of Cinnabar #E5351E
RGB
CMYK
RGB Variations
Color information
#E5351E (or 0xE5351E) is known color: Cinnabar. HEX triplet: E5, 35 and 1E. RGB value is (229,53,30). Sum of RGB (Red+Green+Blue) = 229+53+30=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5351E is #1ACAE1. Grayscale: #676767. Windows color (decimal): -1755874 or 1979877. OLE color: 1979877.
HSL color Cylindrical-coordinate representation of color #E5351E: hue angle of 6.93º 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 #E5351E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 30 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.10 |
| HSL | 6.93º | 0.79% | 0.51% | - |
| HSV(B) | 6.93º | 0.87% | 0.9% | - |
| XYZ | 33.82 | 19.3 | 3.17 | - |
| YUV | 103 | 86.81 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 30 | 0 | 0.77 | 0.87 | 0.10 | 6.93 | 0.79 | 0.51 |
| Hex | E5 | 35 | 1E | 0 | 4D | 57 | A | 7 | 4F | 33 |
| Octal | 345 | 65 | 36 | 0 | 115 | 127 | 12 | 7 | 117 | 63 |
| Binary | 11100101 | 110101 | 11110 | 0 | 1001101 | 1010111 | 1010 | 111 | 1001111 | 110011 |
Color Harmonies of #E5351E
Complementary color
Monochromatic Colors of #E5351E
Black with #E5351E
Text Example
Text Example
White with #E5351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5351E; }
p { color: rgb(229,53,30); }
H1.HeaderClassName
{
color: #E5351E;
}
.AnyTagClassName
{
color: #E5351E;
}
</style>
background-color css
<style>
a { background-color: #E5351E; }
a { background-color: rgb(229,53,30); }
div.DivClassName
{
background-color: #E5351E;
}
.BgClassName
{
background-color: #E5351E;
}
</style>
border-color css
<style>
span { border-color: #E5351E; }
span { border-color: rgb(229,53,30); }
td.TdClassName
{
border-color: #E5351E;
}
.TagClassName
{
border-color: #E5351E;
}
</style>