Shades of Cinnabar #EA361D
Tints of Cinnabar #EA361D
RGB
CMYK
RGB Variations
Color information
#EA361D (or 0xEA361D) is known color: Cinnabar. HEX triplet: EA, 36 and 1D. RGB value is (234,54,29). Sum of RGB (Red+Green+Blue) = 234+54+29=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA361D is #15C9E2. Grayscale: #696969. Windows color (decimal): -1427939 or 1914602. OLE color: 1914602.
HSL color Cylindrical-coordinate representation of color #EA361D: hue angle of 7.32º 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 #EA361D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.08 |
| HSL | 7.32º | 0.83% | 0.52% | - |
| HSV(B) | 7.32º | 0.88% | 0.92% | - |
| XYZ | 35.47 | 20.22 | 3.2 | - |
| YUV | 104.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 29 | 0 | 0.77 | 0.88 | 0.08 | 7.32 | 0.83 | 0.52 |
| Hex | EA | 36 | 1D | 0 | 4D | 58 | 8 | 7 | 53 | 34 |
| Octal | 352 | 66 | 35 | 0 | 115 | 130 | 10 | 7 | 123 | 64 |
| Binary | 11101010 | 110110 | 11101 | 0 | 1001101 | 1011000 | 1000 | 111 | 1010011 | 110100 |
Color Harmonies of #EA361D
Complementary color
Monochromatic Colors of #EA361D
Black with #EA361D
Text Example
Text Example
White with #EA361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA361D; }
p { color: rgb(234,54,29); }
H1.HeaderClassName
{
color: #EA361D;
}
.AnyTagClassName
{
color: #EA361D;
}
</style>
background-color css
<style>
a { background-color: #EA361D; }
a { background-color: rgb(234,54,29); }
div.DivClassName
{
background-color: #EA361D;
}
.BgClassName
{
background-color: #EA361D;
}
</style>
border-color css
<style>
span { border-color: #EA361D; }
span { border-color: rgb(234,54,29); }
td.TdClassName
{
border-color: #EA361D;
}
.TagClassName
{
border-color: #EA361D;
}
</style>