Shades of Cinnabar #E5301F
Tints of Cinnabar #E5301F
RGB
CMYK
RGB Variations
Color information
#E5301F (or 0xE5301F) is known color: Cinnabar. HEX triplet: E5, 30 and 1F. RGB value is (229,48,31). Sum of RGB (Red+Green+Blue) = 229+48+31=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5301F is #1ACFE0. Grayscale: #646464. Windows color (decimal): -1757153 or 2044133. OLE color: 2044133.
HSL color Cylindrical-coordinate representation of color #E5301F: hue angle of 5.15º 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 #E5301F is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 31 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.10 |
| HSL | 5.15º | 0.79% | 0.51% | - |
| HSV(B) | 5.15º | 0.86% | 0.9% | - |
| XYZ | 33.62 | 18.87 | 3.17 | - |
| YUV | 100.18 | 88.97 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 31 | 0 | 0.79 | 0.86 | 0.10 | 5.15 | 0.79 | 0.51 |
| Hex | E5 | 30 | 1F | 0 | 4F | 56 | A | 5 | 4F | 33 |
| Octal | 345 | 60 | 37 | 0 | 117 | 126 | 12 | 5 | 117 | 63 |
| Binary | 11100101 | 110000 | 11111 | 0 | 1001111 | 1010110 | 1010 | 101 | 1001111 | 110011 |
Color Harmonies of #E5301F
Complementary color
Monochromatic Colors of #E5301F
Black with #E5301F
Text Example
Text Example
White with #E5301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5301F; }
p { color: rgb(229,48,31); }
H1.HeaderClassName
{
color: #E5301F;
}
.AnyTagClassName
{
color: #E5301F;
}
</style>
background-color css
<style>
a { background-color: #E5301F; }
a { background-color: rgb(229,48,31); }
div.DivClassName
{
background-color: #E5301F;
}
.BgClassName
{
background-color: #E5301F;
}
</style>
border-color css
<style>
span { border-color: #E5301F; }
span { border-color: rgb(229,48,31); }
td.TdClassName
{
border-color: #E5301F;
}
.TagClassName
{
border-color: #E5301F;
}
</style>