Shades of Cinnabar #EA5132
Tints of Cinnabar #EA5132
RGB
CMYK
RGB Variations
Color information
#EA5132 (or 0xEA5132) is known color: Cinnabar. HEX triplet: EA, 51 and 32. RGB value is (234,81,50). Sum of RGB (Red+Green+Blue) = 234+81+50=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5132 is #15AECD. Grayscale: #7B7B7B. Windows color (decimal): -1421006 or 3297770. OLE color: 3297770.
HSL color Cylindrical-coordinate representation of color #EA5132: hue angle of 10.11º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA5132 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 50 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.08 |
| HSL | 10.11º | 0.81% | 0.56% | - |
| HSV(B) | 10.11º | 0.79% | 0.92% | - |
| XYZ | 37.45 | 23.61 | 5.6 | - |
| YUV | 123.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 50 | 0 | 0.65 | 0.79 | 0.08 | 10.11 | 0.81 | 0.56 |
| Hex | EA | 51 | 32 | 0 | 41 | 4F | 8 | A | 51 | 38 |
| Octal | 352 | 121 | 62 | 0 | 101 | 117 | 10 | 12 | 121 | 70 |
| Binary | 11101010 | 1010001 | 110010 | 0 | 1000001 | 1001111 | 1000 | 1010 | 1010001 | 111000 |
Color Harmonies of #EA5132
Complementary color
Monochromatic Colors of #EA5132
Black with #EA5132
Text Example
Text Example
White with #EA5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5132; }
p { color: rgb(234,81,50); }
H1.HeaderClassName
{
color: #EA5132;
}
.AnyTagClassName
{
color: #EA5132;
}
</style>
background-color css
<style>
a { background-color: #EA5132; }
a { background-color: rgb(234,81,50); }
div.DivClassName
{
background-color: #EA5132;
}
.BgClassName
{
background-color: #EA5132;
}
</style>
border-color css
<style>
span { border-color: #EA5132; }
span { border-color: rgb(234,81,50); }
td.TdClassName
{
border-color: #EA5132;
}
.TagClassName
{
border-color: #EA5132;
}
</style>