Shades of Cinnabar #EA2828
Tints of Cinnabar #EA2828
RGB
CMYK
RGB Variations
Color information
#EA2828 (or 0xEA2828) is known color: Cinnabar. HEX triplet: EA, 28 and 28. RGB value is (234,40,40). Sum of RGB (Red+Green+Blue) = 234+40+40=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2828 is #15D7D7. Grayscale: #626262. Windows color (decimal): -1431512 or 2631914. OLE color: 2631914.
HSL color Cylindrical-coordinate representation of color #EA2828: hue angle of 0º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2828 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 40 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.08 |
| HSL | 0º | 0.82% | 0.54% | - |
| HSV(B) | 0º | 0.83% | 0.92% | - |
| XYZ | 35.07 | 19.16 | 3.86 | - |
| YUV | 98.01 | 95.27 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 40 | 0 | 0.83 | 0.83 | 0.08 | 0 | 0.82 | 0.54 |
| Hex | EA | 28 | 28 | 0 | 53 | 53 | 8 | 0 | 52 | 36 |
| Octal | 352 | 50 | 50 | 0 | 123 | 123 | 10 | 0 | 122 | 66 |
| Binary | 11101010 | 101000 | 101000 | 0 | 1010011 | 1010011 | 1000 | 0 | 1010010 | 110110 |
Color Harmonies of #EA2828
Complementary color
Monochromatic Colors of #EA2828
Black with #EA2828
Text Example
Text Example
White with #EA2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2828; }
p { color: rgb(234,40,40); }
H1.HeaderClassName
{
color: #EA2828;
}
.AnyTagClassName
{
color: #EA2828;
}
</style>
background-color css
<style>
a { background-color: #EA2828; }
a { background-color: rgb(234,40,40); }
div.DivClassName
{
background-color: #EA2828;
}
.BgClassName
{
background-color: #EA2828;
}
</style>
border-color css
<style>
span { border-color: #EA2828; }
span { border-color: rgb(234,40,40); }
td.TdClassName
{
border-color: #EA2828;
}
.TagClassName
{
border-color: #EA2828;
}
</style>