Shades of Cinnabar #EA391D
Tints of Cinnabar #EA391D
RGB
CMYK
RGB Variations
Color information
#EA391D (or 0xEA391D) is known color: Cinnabar. HEX triplet: EA, 39 and 1D. RGB value is (234,57,29). Sum of RGB (Red+Green+Blue) = 234+57+29=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA391D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA391D is #15C6E2. Grayscale: #6B6B6B. Windows color (decimal): -1427171 or 1915370. OLE color: 1915370.
HSL color Cylindrical-coordinate representation of color #EA391D: hue angle of 8.2º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA391D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 29 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.08 |
| HSL | 8.2º | 0.83% | 0.52% | - |
| HSV(B) | 8.2º | 0.88% | 0.92% | - |
| XYZ | 35.62 | 20.51 | 3.24 | - |
| YUV | 106.73 | 84.14 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 29 | 0 | 0.76 | 0.88 | 0.08 | 8.2 | 0.83 | 0.52 |
| Hex | EA | 39 | 1D | 0 | 4C | 58 | 8 | 8 | 53 | 34 |
| Octal | 352 | 71 | 35 | 0 | 114 | 130 | 10 | 10 | 123 | 64 |
| Binary | 11101010 | 111001 | 11101 | 0 | 1001100 | 1011000 | 1000 | 1000 | 1010011 | 110100 |
Color Harmonies of #EA391D
Complementary color
Monochromatic Colors of #EA391D
Black with #EA391D
Text Example
Text Example
White with #EA391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA391D; }
p { color: rgb(234,57,29); }
H1.HeaderClassName
{
color: #EA391D;
}
.AnyTagClassName
{
color: #EA391D;
}
</style>
background-color css
<style>
a { background-color: #EA391D; }
a { background-color: rgb(234,57,29); }
div.DivClassName
{
background-color: #EA391D;
}
.BgClassName
{
background-color: #EA391D;
}
</style>
border-color css
<style>
span { border-color: #EA391D; }
span { border-color: rgb(234,57,29); }
td.TdClassName
{
border-color: #EA391D;
}
.TagClassName
{
border-color: #EA391D;
}
</style>