Shades of Cinnabar #EA3A1B
Tints of Cinnabar #EA3A1B
RGB
CMYK
RGB Variations
Color information
#EA3A1B (or 0xEA3A1B) is known color: Cinnabar. HEX triplet: EA, 3A and 1B. RGB value is (234,58,27). Sum of RGB (Red+Green+Blue) = 234+58+27=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A1B is #15C5E4. Grayscale: #6B6B6B. Windows color (decimal): -1426917 or 1784554. OLE color: 1784554.
HSL color Cylindrical-coordinate representation of color #EA3A1B: hue angle of 8.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA3A1B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 27 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.08 |
| HSL | 8.99º | 0.83% | 0.51% | - |
| HSV(B) | 8.99º | 0.88% | 0.92% | - |
| XYZ | 35.64 | 20.6 | 3.13 | - |
| YUV | 107.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 27 | 0 | 0.75 | 0.88 | 0.08 | 8.99 | 0.83 | 0.51 |
| Hex | EA | 3A | 1B | 0 | 4B | 58 | 8 | 9 | 53 | 33 |
| Octal | 352 | 72 | 33 | 0 | 113 | 130 | 10 | 11 | 123 | 63 |
| Binary | 11101010 | 111010 | 11011 | 0 | 1001011 | 1011000 | 1000 | 1001 | 1010011 | 110011 |
Color Harmonies of #EA3A1B
Complementary color
Monochromatic Colors of #EA3A1B
Black with #EA3A1B
Text Example
Text Example
White with #EA3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A1B; }
p { color: rgb(234,58,27); }
H1.HeaderClassName
{
color: #EA3A1B;
}
.AnyTagClassName
{
color: #EA3A1B;
}
</style>
background-color css
<style>
a { background-color: #EA3A1B; }
a { background-color: rgb(234,58,27); }
div.DivClassName
{
background-color: #EA3A1B;
}
.BgClassName
{
background-color: #EA3A1B;
}
</style>
border-color css
<style>
span { border-color: #EA3A1B; }
span { border-color: rgb(234,58,27); }
td.TdClassName
{
border-color: #EA3A1B;
}
.TagClassName
{
border-color: #EA3A1B;
}
</style>