Shades of Cinnabar #EA2825
Tints of Cinnabar #EA2825
RGB
CMYK
RGB Variations
Color information
#EA2825 (or 0xEA2825) is known color: Cinnabar. HEX triplet: EA, 28 and 25. RGB value is (234,40,37). Sum of RGB (Red+Green+Blue) = 234+40+37=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2825 is #15D7DA. Grayscale: #616161. Windows color (decimal): -1431515 or 2435306. OLE color: 2435306.
HSL color Cylindrical-coordinate representation of color #EA2825: hue angle of 0.91º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2825 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 37 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.08 |
| HSL | 0.91º | 0.82% | 0.53% | - |
| HSV(B) | 0.91º | 0.84% | 0.92% | - |
| XYZ | 35.02 | 19.14 | 3.6 | - |
| YUV | 97.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 37 | 0 | 0.83 | 0.84 | 0.08 | 0.91 | 0.82 | 0.53 |
| Hex | EA | 28 | 25 | 0 | 53 | 54 | 8 | 1 | 52 | 35 |
| Octal | 352 | 50 | 45 | 0 | 123 | 124 | 10 | 1 | 122 | 65 |
| Binary | 11101010 | 101000 | 100101 | 0 | 1010011 | 1010100 | 1000 | 1 | 1010010 | 110101 |
Color Harmonies of #EA2825
Complementary color
Monochromatic Colors of #EA2825
Black with #EA2825
Text Example
Text Example
White with #EA2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2825; }
p { color: rgb(234,40,37); }
H1.HeaderClassName
{
color: #EA2825;
}
.AnyTagClassName
{
color: #EA2825;
}
</style>
background-color css
<style>
a { background-color: #EA2825; }
a { background-color: rgb(234,40,37); }
div.DivClassName
{
background-color: #EA2825;
}
.BgClassName
{
background-color: #EA2825;
}
</style>
border-color css
<style>
span { border-color: #EA2825; }
span { border-color: rgb(234,40,37); }
td.TdClassName
{
border-color: #EA2825;
}
.TagClassName
{
border-color: #EA2825;
}
</style>