Shades of Cinnabar #EA311C
Tints of Cinnabar #EA311C
RGB
CMYK
RGB Variations
Color information
#EA311C (or 0xEA311C) is known color: Cinnabar. HEX triplet: EA, 31 and 1C. RGB value is (234,49,28). Sum of RGB (Red+Green+Blue) = 234+49+28=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA311C is #15CEE3. Grayscale: #666666. Windows color (decimal): -1429220 or 1847786. OLE color: 1847786.
HSL color Cylindrical-coordinate representation of color #EA311C: hue angle of 6.12º 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 #EA311C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 28 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.08 |
| HSL | 6.12º | 0.83% | 0.51% | - |
| HSV(B) | 6.12º | 0.88% | 0.92% | - |
| XYZ | 35.24 | 19.77 | 3.06 | - |
| YUV | 101.92 | 86.29 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 28 | 0 | 0.79 | 0.88 | 0.08 | 6.12 | 0.83 | 0.51 |
| Hex | EA | 31 | 1C | 0 | 4F | 58 | 8 | 6 | 53 | 33 |
| Octal | 352 | 61 | 34 | 0 | 117 | 130 | 10 | 6 | 123 | 63 |
| Binary | 11101010 | 110001 | 11100 | 0 | 1001111 | 1011000 | 1000 | 110 | 1010011 | 110011 |
Color Harmonies of #EA311C
Complementary color
Monochromatic Colors of #EA311C
Black with #EA311C
Text Example
Text Example
White with #EA311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA311C; }
p { color: rgb(234,49,28); }
H1.HeaderClassName
{
color: #EA311C;
}
.AnyTagClassName
{
color: #EA311C;
}
</style>
background-color css
<style>
a { background-color: #EA311C; }
a { background-color: rgb(234,49,28); }
div.DivClassName
{
background-color: #EA311C;
}
.BgClassName
{
background-color: #EA311C;
}
</style>
border-color css
<style>
span { border-color: #EA311C; }
span { border-color: rgb(234,49,28); }
td.TdClassName
{
border-color: #EA311C;
}
.TagClassName
{
border-color: #EA311C;
}
</style>