Shades of Cinnabar #E2482D
Tints of Cinnabar #E2482D
RGB
CMYK
RGB Variations
Color information
#E2482D (or 0xE2482D) is known color: Cinnabar. HEX triplet: E2, 48 and 2D. RGB value is (226,72,45). Sum of RGB (Red+Green+Blue) = 226+72+45=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2482D is #1DB7D2. Grayscale: #737373. Windows color (decimal): -1947603 or 2967778. OLE color: 2967778.
HSL color Cylindrical-coordinate representation of color #E2482D: hue angle of 8.95º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2482D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 45 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.11 |
| HSL | 8.95º | 0.76% | 0.53% | - |
| HSV(B) | 8.95º | 0.8% | 0.89% | - |
| XYZ | 34.16 | 20.99 | 4.73 | - |
| YUV | 114.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 45 | 0 | 0.68 | 0.80 | 0.11 | 8.95 | 0.76 | 0.53 |
| Hex | E2 | 48 | 2D | 0 | 44 | 50 | B | 9 | 4C | 35 |
| Octal | 342 | 110 | 55 | 0 | 104 | 120 | 13 | 11 | 114 | 65 |
| Binary | 11100010 | 1001000 | 101101 | 0 | 1000100 | 1010000 | 1011 | 1001 | 1001100 | 110101 |
Color Harmonies of #E2482D
Complementary color
Monochromatic Colors of #E2482D
Black with #E2482D
Text Example
Text Example
White with #E2482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2482D; }
p { color: rgb(226,72,45); }
H1.HeaderClassName
{
color: #E2482D;
}
.AnyTagClassName
{
color: #E2482D;
}
</style>
background-color css
<style>
a { background-color: #E2482D; }
a { background-color: rgb(226,72,45); }
div.DivClassName
{
background-color: #E2482D;
}
.BgClassName
{
background-color: #E2482D;
}
</style>
border-color css
<style>
span { border-color: #E2482D; }
span { border-color: rgb(226,72,45); }
td.TdClassName
{
border-color: #E2482D;
}
.TagClassName
{
border-color: #E2482D;
}
</style>