Shades of Cinnabar #EA5133
Tints of Cinnabar #EA5133
RGB
CMYK
RGB Variations
Color information
#EA5133 (or 0xEA5133) is known color: Cinnabar. HEX triplet: EA, 51 and 33. RGB value is (234,81,51). Sum of RGB (Red+Green+Blue) = 234+81+51=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5133 is #15AECC. Grayscale: #7B7B7B. Windows color (decimal): -1421005 or 3363306. OLE color: 3363306.
HSL color Cylindrical-coordinate representation of color #EA5133: hue angle of 9.84º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA5133 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 51 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.08 |
| HSL | 9.84º | 0.81% | 0.56% | - |
| HSV(B) | 9.84º | 0.78% | 0.92% | - |
| XYZ | 37.47 | 23.62 | 5.72 | - |
| YUV | 123.33 | 87.19 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 51 | 0 | 0.65 | 0.78 | 0.08 | 9.84 | 0.81 | 0.56 |
| Hex | EA | 51 | 33 | 0 | 41 | 4E | 8 | A | 51 | 38 |
| Octal | 352 | 121 | 63 | 0 | 101 | 116 | 10 | 12 | 121 | 70 |
| Binary | 11101010 | 1010001 | 110011 | 0 | 1000001 | 1001110 | 1000 | 1010 | 1010001 | 111000 |
Color Harmonies of #EA5133
Complementary color
Monochromatic Colors of #EA5133
Black with #EA5133
Text Example
Text Example
White with #EA5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5133; }
p { color: rgb(234,81,51); }
H1.HeaderClassName
{
color: #EA5133;
}
.AnyTagClassName
{
color: #EA5133;
}
</style>
background-color css
<style>
a { background-color: #EA5133; }
a { background-color: rgb(234,81,51); }
div.DivClassName
{
background-color: #EA5133;
}
.BgClassName
{
background-color: #EA5133;
}
</style>
border-color css
<style>
span { border-color: #EA5133; }
span { border-color: rgb(234,81,51); }
td.TdClassName
{
border-color: #EA5133;
}
.TagClassName
{
border-color: #EA5133;
}
</style>