Shades of Cinnabar #E5482B
Tints of Cinnabar #E5482B
RGB
CMYK
RGB Variations
Color information
#E5482B (or 0xE5482B) is known color: Cinnabar. HEX triplet: E5, 48 and 2B. RGB value is (229,72,43). Sum of RGB (Red+Green+Blue) = 229+72+43=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5482B is #1AB7D4. Grayscale: #737373. Windows color (decimal): -1750997 or 2836709. OLE color: 2836709.
HSL color Cylindrical-coordinate representation of color #E5482B: hue angle of 9.35º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5482B is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 43 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.10 |
| HSL | 9.35º | 0.78% | 0.53% | - |
| HSV(B) | 9.35º | 0.81% | 0.9% | - |
| XYZ | 35.07 | 21.47 | 4.58 | - |
| YUV | 115.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 43 | 0 | 0.69 | 0.81 | 0.10 | 9.35 | 0.78 | 0.53 |
| Hex | E5 | 48 | 2B | 0 | 45 | 51 | A | 9 | 4E | 35 |
| Octal | 345 | 110 | 53 | 0 | 105 | 121 | 12 | 11 | 116 | 65 |
| Binary | 11100101 | 1001000 | 101011 | 0 | 1000101 | 1010001 | 1010 | 1001 | 1001110 | 110101 |
Color Harmonies of #E5482B
Complementary color
Monochromatic Colors of #E5482B
Black with #E5482B
Text Example
Text Example
White with #E5482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5482B; }
p { color: rgb(229,72,43); }
H1.HeaderClassName
{
color: #E5482B;
}
.AnyTagClassName
{
color: #E5482B;
}
</style>
background-color css
<style>
a { background-color: #E5482B; }
a { background-color: rgb(229,72,43); }
div.DivClassName
{
background-color: #E5482B;
}
.BgClassName
{
background-color: #E5482B;
}
</style>
border-color css
<style>
span { border-color: #E5482B; }
span { border-color: rgb(229,72,43); }
td.TdClassName
{
border-color: #E5482B;
}
.TagClassName
{
border-color: #E5482B;
}
</style>