Shades of Cinnabar #E5461F
Tints of Cinnabar #E5461F
RGB
CMYK
RGB Variations
Color information
#E5461F (or 0xE5461F) is known color: Cinnabar. HEX triplet: E5, 46 and 1F. RGB value is (229,70,31). Sum of RGB (Red+Green+Blue) = 229+70+31=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5461F is #1AB9E0. Grayscale: #717171. Windows color (decimal): -1751521 or 2049765. OLE color: 2049765.
HSL color Cylindrical-coordinate representation of color #E5461F: hue angle of 11.82º 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 #E5461F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 31 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.10 |
| HSL | 11.82º | 0.79% | 0.51% | - |
| HSV(B) | 11.82º | 0.86% | 0.9% | - |
| XYZ | 34.75 | 21.14 | 3.54 | - |
| YUV | 113.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 31 | 0 | 0.69 | 0.86 | 0.10 | 11.82 | 0.79 | 0.51 |
| Hex | E5 | 46 | 1F | 0 | 45 | 56 | A | C | 4F | 33 |
| Octal | 345 | 106 | 37 | 0 | 105 | 126 | 12 | 14 | 117 | 63 |
| Binary | 11100101 | 1000110 | 11111 | 0 | 1000101 | 1010110 | 1010 | 1100 | 1001111 | 110011 |
Color Harmonies of #E5461F
Complementary color
Monochromatic Colors of #E5461F
Black with #E5461F
Text Example
Text Example
White with #E5461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5461F; }
p { color: rgb(229,70,31); }
H1.HeaderClassName
{
color: #E5461F;
}
.AnyTagClassName
{
color: #E5461F;
}
</style>
background-color css
<style>
a { background-color: #E5461F; }
a { background-color: rgb(229,70,31); }
div.DivClassName
{
background-color: #E5461F;
}
.BgClassName
{
background-color: #E5461F;
}
</style>
border-color css
<style>
span { border-color: #E5461F; }
span { border-color: rgb(229,70,31); }
td.TdClassName
{
border-color: #E5461F;
}
.TagClassName
{
border-color: #E5461F;
}
</style>