Shades of Cinnabar #E5331F
Tints of Cinnabar #E5331F
RGB
CMYK
RGB Variations
Color information
#E5331F (or 0xE5331F) is known color: Cinnabar. HEX triplet: E5, 33 and 1F. RGB value is (229,51,31). Sum of RGB (Red+Green+Blue) = 229+51+31=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5331F is #1ACCE0. Grayscale: #666666. Windows color (decimal): -1756385 or 2044901. OLE color: 2044901.
HSL color Cylindrical-coordinate representation of color #E5331F: hue angle of 6.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5331F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 31 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.10 |
| HSL | 6.06º | 0.79% | 0.51% | - |
| HSV(B) | 6.06º | 0.86% | 0.9% | - |
| XYZ | 33.74 | 19.12 | 3.21 | - |
| YUV | 101.94 | 87.97 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 31 | 0 | 0.78 | 0.86 | 0.10 | 6.06 | 0.79 | 0.51 |
| Hex | E5 | 33 | 1F | 0 | 4E | 56 | A | 6 | 4F | 33 |
| Octal | 345 | 63 | 37 | 0 | 116 | 126 | 12 | 6 | 117 | 63 |
| Binary | 11100101 | 110011 | 11111 | 0 | 1001110 | 1010110 | 1010 | 110 | 1001111 | 110011 |
Color Harmonies of #E5331F
Complementary color
Monochromatic Colors of #E5331F
Black with #E5331F
Text Example
Text Example
White with #E5331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5331F; }
p { color: rgb(229,51,31); }
H1.HeaderClassName
{
color: #E5331F;
}
.AnyTagClassName
{
color: #E5331F;
}
</style>
background-color css
<style>
a { background-color: #E5331F; }
a { background-color: rgb(229,51,31); }
div.DivClassName
{
background-color: #E5331F;
}
.BgClassName
{
background-color: #E5331F;
}
</style>
border-color css
<style>
span { border-color: #E5331F; }
span { border-color: rgb(229,51,31); }
td.TdClassName
{
border-color: #E5331F;
}
.TagClassName
{
border-color: #E5331F;
}
</style>