Shades of Cinnabar #EA4935
Tints of Cinnabar #EA4935
RGB
CMYK
RGB Variations
Color information
#EA4935 (or 0xEA4935) is known color: Cinnabar. HEX triplet: EA, 49 and 35. RGB value is (234,73,53). Sum of RGB (Red+Green+Blue) = 234+73+53=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4935 is #15B6CA. Grayscale: #777777. Windows color (decimal): -1423051 or 3492330. OLE color: 3492330.
HSL color Cylindrical-coordinate representation of color #EA4935: hue angle of 6.63º 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 #EA4935 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 53 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.08 |
| HSL | 6.63º | 0.81% | 0.56% | - |
| HSV(B) | 6.63º | 0.77% | 0.92% | - |
| XYZ | 36.96 | 22.51 | 5.77 | - |
| YUV | 118.86 | 90.84 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 53 | 0 | 0.69 | 0.77 | 0.08 | 6.63 | 0.81 | 0.56 |
| Hex | EA | 49 | 35 | 0 | 45 | 4D | 8 | 7 | 51 | 38 |
| Octal | 352 | 111 | 65 | 0 | 105 | 115 | 10 | 7 | 121 | 70 |
| Binary | 11101010 | 1001001 | 110101 | 0 | 1000101 | 1001101 | 1000 | 111 | 1010001 | 111000 |
Color Harmonies of #EA4935
Complementary color
Monochromatic Colors of #EA4935
Black with #EA4935
Text Example
Text Example
White with #EA4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4935; }
p { color: rgb(234,73,53); }
H1.HeaderClassName
{
color: #EA4935;
}
.AnyTagClassName
{
color: #EA4935;
}
</style>
background-color css
<style>
a { background-color: #EA4935; }
a { background-color: rgb(234,73,53); }
div.DivClassName
{
background-color: #EA4935;
}
.BgClassName
{
background-color: #EA4935;
}
</style>
border-color css
<style>
span { border-color: #EA4935; }
span { border-color: rgb(234,73,53); }
td.TdClassName
{
border-color: #EA4935;
}
.TagClassName
{
border-color: #EA4935;
}
</style>