Shades of Cinnabar #EA3627
Tints of Cinnabar #EA3627
RGB
CMYK
RGB Variations
Color information
#EA3627 (or 0xEA3627) is known color: Cinnabar. HEX triplet: EA, 36 and 27. RGB value is (234,54,39). Sum of RGB (Red+Green+Blue) = 234+54+39=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3627 is #15C9D8. Grayscale: #6A6A6A. Windows color (decimal): -1427929 or 2569962. OLE color: 2569962.
HSL color Cylindrical-coordinate representation of color #EA3627: hue angle of 4.62º 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 #EA3627 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 39 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.08 |
| HSL | 4.62º | 0.82% | 0.54% | - |
| HSV(B) | 4.62º | 0.83% | 0.92% | - |
| XYZ | 35.62 | 20.28 | 3.96 | - |
| YUV | 106.11 | 90.13 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 39 | 0 | 0.77 | 0.83 | 0.08 | 4.62 | 0.82 | 0.54 |
| Hex | EA | 36 | 27 | 0 | 4D | 53 | 8 | 5 | 52 | 36 |
| Octal | 352 | 66 | 47 | 0 | 115 | 123 | 10 | 5 | 122 | 66 |
| Binary | 11101010 | 110110 | 100111 | 0 | 1001101 | 1010011 | 1000 | 101 | 1010010 | 110110 |
Color Harmonies of #EA3627
Complementary color
Monochromatic Colors of #EA3627
Black with #EA3627
Text Example
Text Example
White with #EA3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3627; }
p { color: rgb(234,54,39); }
H1.HeaderClassName
{
color: #EA3627;
}
.AnyTagClassName
{
color: #EA3627;
}
</style>
background-color css
<style>
a { background-color: #EA3627; }
a { background-color: rgb(234,54,39); }
div.DivClassName
{
background-color: #EA3627;
}
.BgClassName
{
background-color: #EA3627;
}
</style>
border-color css
<style>
span { border-color: #EA3627; }
span { border-color: rgb(234,54,39); }
td.TdClassName
{
border-color: #EA3627;
}
.TagClassName
{
border-color: #EA3627;
}
</style>