Shades of Cinnabar #EA543D
Tints of Cinnabar #EA543D
RGB
CMYK
RGB Variations
Color information
#EA543D (or 0xEA543D) is known color: Cinnabar. HEX triplet: EA, 54 and 3D. RGB value is (234,84,61). Sum of RGB (Red+Green+Blue) = 234+84+61=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA543D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA543D is #15ABC2. Grayscale: #7E7E7E. Windows color (decimal): -1420227 or 4019434. OLE color: 4019434.
HSL color Cylindrical-coordinate representation of color #EA543D: hue angle of 7.98º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA543D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 61 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.08 |
| HSL | 7.98º | 0.8% | 0.58% | - |
| HSV(B) | 7.98º | 0.74% | 0.92% | - |
| XYZ | 37.94 | 24.17 | 7.08 | - |
| YUV | 126.23 | 91.2 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 61 | 0 | 0.64 | 0.74 | 0.08 | 7.98 | 0.8 | 0.58 |
| Hex | EA | 54 | 3D | 0 | 40 | 4A | 8 | 8 | 50 | 3A |
| Octal | 352 | 124 | 75 | 0 | 100 | 112 | 10 | 10 | 120 | 72 |
| Binary | 11101010 | 1010100 | 111101 | 0 | 1000000 | 1001010 | 1000 | 1000 | 1010000 | 111010 |
Color Harmonies of #EA543D
Complementary color
Monochromatic Colors of #EA543D
Black with #EA543D
Text Example
Text Example
White with #EA543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA543D; }
p { color: rgb(234,84,61); }
H1.HeaderClassName
{
color: #EA543D;
}
.AnyTagClassName
{
color: #EA543D;
}
</style>
background-color css
<style>
a { background-color: #EA543D; }
a { background-color: rgb(234,84,61); }
div.DivClassName
{
background-color: #EA543D;
}
.BgClassName
{
background-color: #EA543D;
}
</style>
border-color css
<style>
span { border-color: #EA543D; }
span { border-color: rgb(234,84,61); }
td.TdClassName
{
border-color: #EA543D;
}
.TagClassName
{
border-color: #EA543D;
}
</style>