Shades of Cinnabar #EA482C
Tints of Cinnabar #EA482C
RGB
CMYK
RGB Variations
Color information
#EA482C (or 0xEA482C) is known color: Cinnabar. HEX triplet: EA, 48 and 2C. RGB value is (234,72,44). Sum of RGB (Red+Green+Blue) = 234+72+44=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA482C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA482C is #15B7D3. Grayscale: #757575. Windows color (decimal): -1423316 or 2902250. OLE color: 2902250.
HSL color Cylindrical-coordinate representation of color #EA482C: hue angle of 8.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA482C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 44 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.08 |
| HSL | 8.84º | 0.82% | 0.55% | - |
| HSV(B) | 8.84º | 0.81% | 0.92% | - |
| XYZ | 36.7 | 22.31 | 4.75 | - |
| YUV | 117.25 | 86.67 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 44 | 0 | 0.69 | 0.81 | 0.08 | 8.84 | 0.82 | 0.55 |
| Hex | EA | 48 | 2C | 0 | 45 | 51 | 8 | 9 | 52 | 37 |
| Octal | 352 | 110 | 54 | 0 | 105 | 121 | 10 | 11 | 122 | 67 |
| Binary | 11101010 | 1001000 | 101100 | 0 | 1000101 | 1010001 | 1000 | 1001 | 1010010 | 110111 |
Color Harmonies of #EA482C
Complementary color
Monochromatic Colors of #EA482C
Black with #EA482C
Text Example
Text Example
White with #EA482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA482C; }
p { color: rgb(234,72,44); }
H1.HeaderClassName
{
color: #EA482C;
}
.AnyTagClassName
{
color: #EA482C;
}
</style>
background-color css
<style>
a { background-color: #EA482C; }
a { background-color: rgb(234,72,44); }
div.DivClassName
{
background-color: #EA482C;
}
.BgClassName
{
background-color: #EA482C;
}
</style>
border-color css
<style>
span { border-color: #EA482C; }
span { border-color: rgb(234,72,44); }
td.TdClassName
{
border-color: #EA482C;
}
.TagClassName
{
border-color: #EA482C;
}
</style>