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