Shades of Cinnabar #EA4136
Tints of Cinnabar #EA4136
RGB
CMYK
RGB Variations
Color information
#EA4136 (or 0xEA4136) is known color: Cinnabar. HEX triplet: EA, 41 and 36. RGB value is (234,65,54). Sum of RGB (Red+Green+Blue) = 234+65+54=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4136 is #15BEC9. Grayscale: #727272. Windows color (decimal): -1425098 or 3555818. OLE color: 3555818.
HSL color Cylindrical-coordinate representation of color #EA4136: hue angle of 3.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA4136 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 54 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.08 |
| HSL | 3.67º | 0.81% | 0.56% | - |
| HSV(B) | 3.67º | 0.77% | 0.92% | - |
| XYZ | 36.49 | 21.54 | 5.72 | - |
| YUV | 114.28 | 93.99 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 54 | 0 | 0.72 | 0.77 | 0.08 | 3.67 | 0.81 | 0.56 |
| Hex | EA | 41 | 36 | 0 | 48 | 4D | 8 | 4 | 51 | 38 |
| Octal | 352 | 101 | 66 | 0 | 110 | 115 | 10 | 4 | 121 | 70 |
| Binary | 11101010 | 1000001 | 110110 | 0 | 1001000 | 1001101 | 1000 | 100 | 1010001 | 111000 |
Color Harmonies of #EA4136
Complementary color
Monochromatic Colors of #EA4136
Black with #EA4136
Text Example
Text Example
White with #EA4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4136; }
p { color: rgb(234,65,54); }
H1.HeaderClassName
{
color: #EA4136;
}
.AnyTagClassName
{
color: #EA4136;
}
</style>
background-color css
<style>
a { background-color: #EA4136; }
a { background-color: rgb(234,65,54); }
div.DivClassName
{
background-color: #EA4136;
}
.BgClassName
{
background-color: #EA4136;
}
</style>
border-color css
<style>
span { border-color: #EA4136; }
span { border-color: rgb(234,65,54); }
td.TdClassName
{
border-color: #EA4136;
}
.TagClassName
{
border-color: #EA4136;
}
</style>