Shades of Cinnabar #EA2D25
Tints of Cinnabar #EA2D25
RGB
CMYK
RGB Variations
Color information
#EA2D25 (or 0xEA2D25) is known color: Cinnabar. HEX triplet: EA, 2D and 25. RGB value is (234,45,37). Sum of RGB (Red+Green+Blue) = 234+45+37=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D25 is #15D2DA. Grayscale: #646464. Windows color (decimal): -1430235 or 2436586. OLE color: 2436586.
HSL color Cylindrical-coordinate representation of color #EA2D25: hue angle of 2.44º 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 #EA2D25 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 37 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.08 |
| HSL | 2.44º | 0.82% | 0.53% | - |
| HSV(B) | 2.44º | 0.84% | 0.92% | - |
| XYZ | 35.2 | 19.5 | 3.66 | - |
| YUV | 100.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 37 | 0 | 0.81 | 0.84 | 0.08 | 2.44 | 0.82 | 0.53 |
| Hex | EA | 2D | 25 | 0 | 51 | 54 | 8 | 2 | 52 | 35 |
| Octal | 352 | 55 | 45 | 0 | 121 | 124 | 10 | 2 | 122 | 65 |
| Binary | 11101010 | 101101 | 100101 | 0 | 1010001 | 1010100 | 1000 | 10 | 1010010 | 110101 |
Color Harmonies of #EA2D25
Complementary color
Monochromatic Colors of #EA2D25
Black with #EA2D25
Text Example
Text Example
White with #EA2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D25; }
p { color: rgb(234,45,37); }
H1.HeaderClassName
{
color: #EA2D25;
}
.AnyTagClassName
{
color: #EA2D25;
}
</style>
background-color css
<style>
a { background-color: #EA2D25; }
a { background-color: rgb(234,45,37); }
div.DivClassName
{
background-color: #EA2D25;
}
.BgClassName
{
background-color: #EA2D25;
}
</style>
border-color css
<style>
span { border-color: #EA2D25; }
span { border-color: rgb(234,45,37); }
td.TdClassName
{
border-color: #EA2D25;
}
.TagClassName
{
border-color: #EA2D25;
}
</style>