Shades of Cinnabar #EA5631
Tints of Cinnabar #EA5631
RGB
CMYK
RGB Variations
Color information
#EA5631 (or 0xEA5631) is known color: Cinnabar. HEX triplet: EA, 56 and 31. RGB value is (234,86,49). Sum of RGB (Red+Green+Blue) = 234+86+49=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5631 is #15A9CE. Grayscale: #7E7E7E. Windows color (decimal): -1419727 or 3233514. OLE color: 3233514.
HSL color Cylindrical-coordinate representation of color #EA5631: hue angle of 12º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA5631 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 49 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.08 |
| HSL | 12º | 0.81% | 0.55% | - |
| HSV(B) | 12º | 0.79% | 0.92% | - |
| XYZ | 37.81 | 24.37 | 5.62 | - |
| YUV | 126.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 49 | 0 | 0.63 | 0.79 | 0.08 | 12 | 0.81 | 0.55 |
| Hex | EA | 56 | 31 | 0 | 3F | 4F | 8 | C | 51 | 37 |
| Octal | 352 | 126 | 61 | 0 | 77 | 117 | 10 | 14 | 121 | 67 |
| Binary | 11101010 | 1010110 | 110001 | 0 | 111111 | 1001111 | 1000 | 1100 | 1010001 | 110111 |
Color Harmonies of #EA5631
Complementary color
Monochromatic Colors of #EA5631
Black with #EA5631
Text Example
Text Example
White with #EA5631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5631; }
p { color: rgb(234,86,49); }
H1.HeaderClassName
{
color: #EA5631;
}
.AnyTagClassName
{
color: #EA5631;
}
</style>
background-color css
<style>
a { background-color: #EA5631; }
a { background-color: rgb(234,86,49); }
div.DivClassName
{
background-color: #EA5631;
}
.BgClassName
{
background-color: #EA5631;
}
</style>
border-color css
<style>
span { border-color: #EA5631; }
span { border-color: rgb(234,86,49); }
td.TdClassName
{
border-color: #EA5631;
}
.TagClassName
{
border-color: #EA5631;
}
</style>