Shades of Cinnabar #EA3B1E
Tints of Cinnabar #EA3B1E
RGB
CMYK
RGB Variations
Color information
#EA3B1E (or 0xEA3B1E) is known color: Cinnabar. HEX triplet: EA, 3B and 1E. RGB value is (234,59,30). Sum of RGB (Red+Green+Blue) = 234+59+30=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3B1E is #15C4E1. Grayscale: #6C6C6C. Windows color (decimal): -1426658 or 1981418. OLE color: 1981418.
HSL color Cylindrical-coordinate representation of color #EA3B1E: hue angle of 8.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA3B1E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 30 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.08 |
| HSL | 8.53º | 0.83% | 0.52% | - |
| HSV(B) | 8.53º | 0.87% | 0.92% | - |
| XYZ | 35.73 | 20.71 | 3.34 | - |
| YUV | 108.02 | 83.98 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 30 | 0 | 0.75 | 0.87 | 0.08 | 8.53 | 0.83 | 0.52 |
| Hex | EA | 3B | 1E | 0 | 4B | 57 | 8 | 9 | 53 | 34 |
| Octal | 352 | 73 | 36 | 0 | 113 | 127 | 10 | 11 | 123 | 64 |
| Binary | 11101010 | 111011 | 11110 | 0 | 1001011 | 1010111 | 1000 | 1001 | 1010011 | 110100 |
Color Harmonies of #EA3B1E
Complementary color
Monochromatic Colors of #EA3B1E
Black with #EA3B1E
Text Example
Text Example
White with #EA3B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3B1E; }
p { color: rgb(234,59,30); }
H1.HeaderClassName
{
color: #EA3B1E;
}
.AnyTagClassName
{
color: #EA3B1E;
}
</style>
background-color css
<style>
a { background-color: #EA3B1E; }
a { background-color: rgb(234,59,30); }
div.DivClassName
{
background-color: #EA3B1E;
}
.BgClassName
{
background-color: #EA3B1E;
}
</style>
border-color css
<style>
span { border-color: #EA3B1E; }
span { border-color: rgb(234,59,30); }
td.TdClassName
{
border-color: #EA3B1E;
}
.TagClassName
{
border-color: #EA3B1E;
}
</style>