Shades of Cinnabar #EA482F
Tints of Cinnabar #EA482F
RGB
CMYK
RGB Variations
Color information
#EA482F (or 0xEA482F) is known color: Cinnabar. HEX triplet: EA, 48 and 2F. RGB value is (234,72,47). Sum of RGB (Red+Green+Blue) = 234+72+47=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA482F is #15B7D0. Grayscale: #757575. Windows color (decimal): -1423313 or 3098858. OLE color: 3098858.
HSL color Cylindrical-coordinate representation of color #EA482F: hue angle of 8.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA482F is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 47 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.08 |
| HSL | 8.02º | 0.82% | 0.55% | - |
| HSV(B) | 8.02º | 0.8% | 0.92% | - |
| XYZ | 36.76 | 22.33 | 5.06 | - |
| YUV | 117.59 | 88.17 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 47 | 0 | 0.69 | 0.80 | 0.08 | 8.02 | 0.82 | 0.55 |
| Hex | EA | 48 | 2F | 0 | 45 | 50 | 8 | 8 | 52 | 37 |
| Octal | 352 | 110 | 57 | 0 | 105 | 120 | 10 | 10 | 122 | 67 |
| Binary | 11101010 | 1001000 | 101111 | 0 | 1000101 | 1010000 | 1000 | 1000 | 1010010 | 110111 |
Color Harmonies of #EA482F
Complementary color
Monochromatic Colors of #EA482F
Black with #EA482F
Text Example
Text Example
White with #EA482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA482F; }
p { color: rgb(234,72,47); }
H1.HeaderClassName
{
color: #EA482F;
}
.AnyTagClassName
{
color: #EA482F;
}
</style>
background-color css
<style>
a { background-color: #EA482F; }
a { background-color: rgb(234,72,47); }
div.DivClassName
{
background-color: #EA482F;
}
.BgClassName
{
background-color: #EA482F;
}
</style>
border-color css
<style>
span { border-color: #EA482F; }
span { border-color: rgb(234,72,47); }
td.TdClassName
{
border-color: #EA482F;
}
.TagClassName
{
border-color: #EA482F;
}
</style>