Shades of Cinnabar #EA3A27
Tints of Cinnabar #EA3A27
RGB
CMYK
RGB Variations
Color information
#EA3A27 (or 0xEA3A27) is known color: Cinnabar. HEX triplet: EA, 3A and 27. RGB value is (234,58,39). Sum of RGB (Red+Green+Blue) = 234+58+39=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A27 is #15C5D8. Grayscale: #6C6C6C. Windows color (decimal): -1426905 or 2570986. OLE color: 2570986.
HSL color Cylindrical-coordinate representation of color #EA3A27: hue angle of 5.85º 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 #EA3A27 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 39 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.08 |
| HSL | 5.85º | 0.82% | 0.54% | - |
| HSV(B) | 5.85º | 0.83% | 0.92% | - |
| XYZ | 35.81 | 20.67 | 4.02 | - |
| YUV | 108.46 | 88.81 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 39 | 0 | 0.75 | 0.83 | 0.08 | 5.85 | 0.82 | 0.54 |
| Hex | EA | 3A | 27 | 0 | 4B | 53 | 8 | 6 | 52 | 36 |
| Octal | 352 | 72 | 47 | 0 | 113 | 123 | 10 | 6 | 122 | 66 |
| Binary | 11101010 | 111010 | 100111 | 0 | 1001011 | 1010011 | 1000 | 110 | 1010010 | 110110 |
Color Harmonies of #EA3A27
Complementary color
Monochromatic Colors of #EA3A27
Black with #EA3A27
Text Example
Text Example
White with #EA3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A27; }
p { color: rgb(234,58,39); }
H1.HeaderClassName
{
color: #EA3A27;
}
.AnyTagClassName
{
color: #EA3A27;
}
</style>
background-color css
<style>
a { background-color: #EA3A27; }
a { background-color: rgb(234,58,39); }
div.DivClassName
{
background-color: #EA3A27;
}
.BgClassName
{
background-color: #EA3A27;
}
</style>
border-color css
<style>
span { border-color: #EA3A27; }
span { border-color: rgb(234,58,39); }
td.TdClassName
{
border-color: #EA3A27;
}
.TagClassName
{
border-color: #EA3A27;
}
</style>