Shades of Cinnabar #E5482D
Tints of Cinnabar #E5482D
RGB
CMYK
RGB Variations
Color information
#E5482D (or 0xE5482D) is known color: Cinnabar. HEX triplet: E5, 48 and 2D. RGB value is (229,72,45). Sum of RGB (Red+Green+Blue) = 229+72+45=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5482D is #1AB7D2. Grayscale: #747474. Windows color (decimal): -1750995 or 2967781. OLE color: 2967781.
HSL color Cylindrical-coordinate representation of color #E5482D: hue angle of 8.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5482D is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 45 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.10 |
| HSL | 8.8º | 0.78% | 0.54% | - |
| HSV(B) | 8.8º | 0.8% | 0.9% | - |
| XYZ | 35.1 | 21.48 | 4.78 | - |
| YUV | 115.87 | 88.01 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 45 | 0 | 0.69 | 0.80 | 0.10 | 8.8 | 0.78 | 0.54 |
| Hex | E5 | 48 | 2D | 0 | 45 | 50 | A | 9 | 4E | 36 |
| Octal | 345 | 110 | 55 | 0 | 105 | 120 | 12 | 11 | 116 | 66 |
| Binary | 11100101 | 1001000 | 101101 | 0 | 1000101 | 1010000 | 1010 | 1001 | 1001110 | 110110 |
Color Harmonies of #E5482D
Complementary color
Monochromatic Colors of #E5482D
Black with #E5482D
Text Example
Text Example
White with #E5482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5482D; }
p { color: rgb(229,72,45); }
H1.HeaderClassName
{
color: #E5482D;
}
.AnyTagClassName
{
color: #E5482D;
}
</style>
background-color css
<style>
a { background-color: #E5482D; }
a { background-color: rgb(229,72,45); }
div.DivClassName
{
background-color: #E5482D;
}
.BgClassName
{
background-color: #E5482D;
}
</style>
border-color css
<style>
span { border-color: #E5482D; }
span { border-color: rgb(229,72,45); }
td.TdClassName
{
border-color: #E5482D;
}
.TagClassName
{
border-color: #E5482D;
}
</style>