Shades of Cinnabar #EA4127
Tints of Cinnabar #EA4127
RGB
CMYK
RGB Variations
Color information
#EA4127 (or 0xEA4127) is known color: Cinnabar. HEX triplet: EA, 41 and 27. RGB value is (234,65,39). Sum of RGB (Red+Green+Blue) = 234+65+39=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4127 is #15BED8. Grayscale: #707070. Windows color (decimal): -1425113 or 2572778. OLE color: 2572778.
HSL color Cylindrical-coordinate representation of color #EA4127: hue angle of 8º 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 #EA4127 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 39 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.08 |
| HSL | 8º | 0.82% | 0.54% | - |
| HSV(B) | 8º | 0.83% | 0.92% | - |
| XYZ | 36.19 | 21.42 | 4.15 | - |
| YUV | 112.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 39 | 0 | 0.72 | 0.83 | 0.08 | 8 | 0.82 | 0.54 |
| Hex | EA | 41 | 27 | 0 | 48 | 53 | 8 | 8 | 52 | 36 |
| Octal | 352 | 101 | 47 | 0 | 110 | 123 | 10 | 10 | 122 | 66 |
| Binary | 11101010 | 1000001 | 100111 | 0 | 1001000 | 1010011 | 1000 | 1000 | 1010010 | 110110 |
Color Harmonies of #EA4127
Complementary color
Monochromatic Colors of #EA4127
Black with #EA4127
Text Example
Text Example
White with #EA4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4127; }
p { color: rgb(234,65,39); }
H1.HeaderClassName
{
color: #EA4127;
}
.AnyTagClassName
{
color: #EA4127;
}
</style>
background-color css
<style>
a { background-color: #EA4127; }
a { background-color: rgb(234,65,39); }
div.DivClassName
{
background-color: #EA4127;
}
.BgClassName
{
background-color: #EA4127;
}
</style>
border-color css
<style>
span { border-color: #EA4127; }
span { border-color: rgb(234,65,39); }
td.TdClassName
{
border-color: #EA4127;
}
.TagClassName
{
border-color: #EA4127;
}
</style>