Shades of Cinnabar #E3543D
Tints of Cinnabar #E3543D
RGB
CMYK
RGB Variations
Color information
#E3543D (or 0xE3543D) is known color: Cinnabar. HEX triplet: E3, 54 and 3D. RGB value is (227,84,61). Sum of RGB (Red+Green+Blue) = 227+84+61=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E3543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3543D is #1CABC2. Grayscale: #7C7C7C. Windows color (decimal): -1878979 or 4019427. OLE color: 4019427.
HSL color Cylindrical-coordinate representation of color #E3543D: hue angle of 8.31º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3543D is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 61 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.11 |
| HSL | 8.31º | 0.75% | 0.56% | - |
| HSV(B) | 8.31º | 0.73% | 0.89% | - |
| XYZ | 35.69 | 23.01 | 6.97 | - |
| YUV | 124.14 | 92.38 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 61 | 0 | 0.63 | 0.73 | 0.11 | 8.31 | 0.75 | 0.56 |
| Hex | E3 | 54 | 3D | 0 | 3F | 49 | B | 8 | 4B | 38 |
| Octal | 343 | 124 | 75 | 0 | 77 | 111 | 13 | 10 | 113 | 70 |
| Binary | 11100011 | 1010100 | 111101 | 0 | 111111 | 1001001 | 1011 | 1000 | 1001011 | 111000 |
Color Harmonies of #E3543D
Complementary color
Monochromatic Colors of #E3543D
Black with #E3543D
Text Example
Text Example
White with #E3543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3543D; }
p { color: rgb(227,84,61); }
H1.HeaderClassName
{
color: #E3543D;
}
.AnyTagClassName
{
color: #E3543D;
}
</style>
background-color css
<style>
a { background-color: #E3543D; }
a { background-color: rgb(227,84,61); }
div.DivClassName
{
background-color: #E3543D;
}
.BgClassName
{
background-color: #E3543D;
}
</style>
border-color css
<style>
span { border-color: #E3543D; }
span { border-color: rgb(227,84,61); }
td.TdClassName
{
border-color: #E3543D;
}
.TagClassName
{
border-color: #E3543D;
}
</style>