Shades of Cinnabar #EA542B
Tints of Cinnabar #EA542B
RGB
CMYK
RGB Variations
Color information
#EA542B (or 0xEA542B) is known color: Cinnabar. HEX triplet: EA, 54 and 2B. RGB value is (234,84,43). Sum of RGB (Red+Green+Blue) = 234+84+43=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA542B is #15ABD4. Grayscale: #7C7C7C. Windows color (decimal): -1420245 or 2839786. OLE color: 2839786.
HSL color Cylindrical-coordinate representation of color #EA542B: hue angle of 12.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA542B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 43 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.08 |
| HSL | 12.88º | 0.82% | 0.54% | - |
| HSV(B) | 12.88º | 0.82% | 0.92% | - |
| XYZ | 37.54 | 24.01 | 4.94 | - |
| YUV | 124.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 43 | 0 | 0.64 | 0.82 | 0.08 | 12.88 | 0.82 | 0.54 |
| Hex | EA | 54 | 2B | 0 | 40 | 52 | 8 | D | 52 | 36 |
| Octal | 352 | 124 | 53 | 0 | 100 | 122 | 10 | 15 | 122 | 66 |
| Binary | 11101010 | 1010100 | 101011 | 0 | 1000000 | 1010010 | 1000 | 1101 | 1010010 | 110110 |
Color Harmonies of #EA542B
Complementary color
Monochromatic Colors of #EA542B
Black with #EA542B
Text Example
Text Example
White with #EA542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA542B; }
p { color: rgb(234,84,43); }
H1.HeaderClassName
{
color: #EA542B;
}
.AnyTagClassName
{
color: #EA542B;
}
</style>
background-color css
<style>
a { background-color: #EA542B; }
a { background-color: rgb(234,84,43); }
div.DivClassName
{
background-color: #EA542B;
}
.BgClassName
{
background-color: #EA542B;
}
</style>
border-color css
<style>
span { border-color: #EA542B; }
span { border-color: rgb(234,84,43); }
td.TdClassName
{
border-color: #EA542B;
}
.TagClassName
{
border-color: #EA542B;
}
</style>