Shades of Cinnabar #E5482A
Tints of Cinnabar #E5482A
RGB
CMYK
RGB Variations
Color information
#E5482A (or 0xE5482A) is known color: Cinnabar. HEX triplet: E5, 48 and 2A. RGB value is (229,72,42). Sum of RGB (Red+Green+Blue) = 229+72+42=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5482A is #1AB7D5. Grayscale: #737373. Windows color (decimal): -1750998 or 2771173. OLE color: 2771173.
HSL color Cylindrical-coordinate representation of color #E5482A: hue angle of 9.63º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5482A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 42 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.10 |
| HSL | 9.63º | 0.78% | 0.53% | - |
| HSV(B) | 9.63º | 0.82% | 0.9% | - |
| XYZ | 35.05 | 21.46 | 4.49 | - |
| YUV | 115.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 42 | 0 | 0.69 | 0.82 | 0.10 | 9.63 | 0.78 | 0.53 |
| Hex | E5 | 48 | 2A | 0 | 45 | 52 | A | A | 4E | 35 |
| Octal | 345 | 110 | 52 | 0 | 105 | 122 | 12 | 12 | 116 | 65 |
| Binary | 11100101 | 1001000 | 101010 | 0 | 1000101 | 1010010 | 1010 | 1010 | 1001110 | 110101 |
Color Harmonies of #E5482A
Complementary color
Monochromatic Colors of #E5482A
Black with #E5482A
Text Example
Text Example
White with #E5482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5482A; }
p { color: rgb(229,72,42); }
H1.HeaderClassName
{
color: #E5482A;
}
.AnyTagClassName
{
color: #E5482A;
}
</style>
background-color css
<style>
a { background-color: #E5482A; }
a { background-color: rgb(229,72,42); }
div.DivClassName
{
background-color: #E5482A;
}
.BgClassName
{
background-color: #E5482A;
}
</style>
border-color css
<style>
span { border-color: #E5482A; }
span { border-color: rgb(229,72,42); }
td.TdClassName
{
border-color: #E5482A;
}
.TagClassName
{
border-color: #E5482A;
}
</style>