Shades of Cinnabar #E0543D
Tints of Cinnabar #E0543D
RGB
CMYK
RGB Variations
Color information
#E0543D (or 0xE0543D) is known color: Cinnabar. HEX triplet: E0, 54 and 3D. RGB value is (224,84,61). Sum of RGB (Red+Green+Blue) = 224+84+61=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0543D is #1FABC2. Grayscale: #7B7B7B. Windows color (decimal): -2075587 or 4019424. OLE color: 4019424.
HSL color Cylindrical-coordinate representation of color #E0543D: hue angle of 8.47º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0543D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 61 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.12 |
| HSL | 8.47º | 0.72% | 0.56% | - |
| HSV(B) | 8.47º | 0.73% | 0.88% | - |
| XYZ | 34.75 | 22.52 | 6.93 | - |
| YUV | 123.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 61 | 0 | 0.62 | 0.73 | 0.12 | 8.47 | 0.72 | 0.56 |
| Hex | E0 | 54 | 3D | 0 | 3E | 49 | C | 8 | 48 | 38 |
| Octal | 340 | 124 | 75 | 0 | 76 | 111 | 14 | 10 | 110 | 70 |
| Binary | 11100000 | 1010100 | 111101 | 0 | 111110 | 1001001 | 1100 | 1000 | 1001000 | 111000 |
Color Harmonies of #E0543D
Complementary color
Monochromatic Colors of #E0543D
Black with #E0543D
Text Example
Text Example
White with #E0543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0543D; }
p { color: rgb(224,84,61); }
H1.HeaderClassName
{
color: #E0543D;
}
.AnyTagClassName
{
color: #E0543D;
}
</style>
background-color css
<style>
a { background-color: #E0543D; }
a { background-color: rgb(224,84,61); }
div.DivClassName
{
background-color: #E0543D;
}
.BgClassName
{
background-color: #E0543D;
}
</style>
border-color css
<style>
span { border-color: #E0543D; }
span { border-color: rgb(224,84,61); }
td.TdClassName
{
border-color: #E0543D;
}
.TagClassName
{
border-color: #E0543D;
}
</style>