Shades of Cinnabar #E2543C
Tints of Cinnabar #E2543C
RGB
CMYK
RGB Variations
Color information
#E2543C (or 0xE2543C) is known color: Cinnabar. HEX triplet: E2, 54 and 3C. RGB value is (226,84,60). Sum of RGB (Red+Green+Blue) = 226+84+60=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2543C is #1DABC3. Grayscale: #7B7B7B. Windows color (decimal): -1944516 or 3953890. OLE color: 3953890.
HSL color Cylindrical-coordinate representation of color #E2543C: hue angle of 8.67º degrees, saturation: 0.74, 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 #E2543C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 60 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.11 |
| HSL | 8.67º | 0.74% | 0.56% | - |
| HSV(B) | 8.67º | 0.73% | 0.89% | - |
| XYZ | 35.35 | 22.84 | 6.82 | - |
| YUV | 123.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 60 | 0 | 0.63 | 0.73 | 0.11 | 8.67 | 0.74 | 0.56 |
| Hex | E2 | 54 | 3C | 0 | 3F | 49 | B | 9 | 4A | 38 |
| Octal | 342 | 124 | 74 | 0 | 77 | 111 | 13 | 11 | 112 | 70 |
| Binary | 11100010 | 1010100 | 111100 | 0 | 111111 | 1001001 | 1011 | 1001 | 1001010 | 111000 |
Color Harmonies of #E2543C
Complementary color
Monochromatic Colors of #E2543C
Black with #E2543C
Text Example
Text Example
White with #E2543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2543C; }
p { color: rgb(226,84,60); }
H1.HeaderClassName
{
color: #E2543C;
}
.AnyTagClassName
{
color: #E2543C;
}
</style>
background-color css
<style>
a { background-color: #E2543C; }
a { background-color: rgb(226,84,60); }
div.DivClassName
{
background-color: #E2543C;
}
.BgClassName
{
background-color: #E2543C;
}
</style>
border-color css
<style>
span { border-color: #E2543C; }
span { border-color: rgb(226,84,60); }
td.TdClassName
{
border-color: #E2543C;
}
.TagClassName
{
border-color: #E2543C;
}
</style>