Shades of Cinnabar #EA291C
Tints of Cinnabar #EA291C
RGB
CMYK
RGB Variations
Color information
#EA291C (or 0xEA291C) is known color: Cinnabar. HEX triplet: EA, 29 and 1C. RGB value is (234,41,28). Sum of RGB (Red+Green+Blue) = 234+41+28=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA291C is #15D6E3. Grayscale: #616161. Windows color (decimal): -1431268 or 1845738. OLE color: 1845738.
HSL color Cylindrical-coordinate representation of color #EA291C: hue angle of 3.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA291C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.08 |
| HSL | 3.79º | 0.83% | 0.51% | - |
| HSV(B) | 3.79º | 0.88% | 0.92% | - |
| XYZ | 34.93 | 19.16 | 2.96 | - |
| YUV | 97.23 | 88.94 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 28 | 0 | 0.82 | 0.88 | 0.08 | 3.79 | 0.83 | 0.51 |
| Hex | EA | 29 | 1C | 0 | 52 | 58 | 8 | 4 | 53 | 33 |
| Octal | 352 | 51 | 34 | 0 | 122 | 130 | 10 | 4 | 123 | 63 |
| Binary | 11101010 | 101001 | 11100 | 0 | 1010010 | 1011000 | 1000 | 100 | 1010011 | 110011 |
Color Harmonies of #EA291C
Complementary color
Monochromatic Colors of #EA291C
Black with #EA291C
Text Example
Text Example
White with #EA291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA291C; }
p { color: rgb(234,41,28); }
H1.HeaderClassName
{
color: #EA291C;
}
.AnyTagClassName
{
color: #EA291C;
}
</style>
background-color css
<style>
a { background-color: #EA291C; }
a { background-color: rgb(234,41,28); }
div.DivClassName
{
background-color: #EA291C;
}
.BgClassName
{
background-color: #EA291C;
}
</style>
border-color css
<style>
span { border-color: #EA291C; }
span { border-color: rgb(234,41,28); }
td.TdClassName
{
border-color: #EA291C;
}
.TagClassName
{
border-color: #EA291C;
}
</style>