Shades of Cinnabar #ED4E2C
Tints of Cinnabar #ED4E2C
RGB
CMYK
RGB Variations
Color information
#ED4E2C (or 0xED4E2C) is known color: Cinnabar. HEX triplet: ED, 4E and 2C. RGB value is (237,78,44). Sum of RGB (Red+Green+Blue) = 237+78+44=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4E2C is #12B1D3. Grayscale: #797979. Windows color (decimal): -1225172 or 2903789. OLE color: 2903789.
HSL color Cylindrical-coordinate representation of color #ED4E2C: hue angle of 10.57º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED4E2C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 44 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.07 |
| HSL | 10.57º | 0.84% | 0.55% | - |
| HSV(B) | 10.57º | 0.81% | 0.93% | - |
| XYZ | 38.1 | 23.64 | 4.94 | - |
| YUV | 121.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 44 | 0 | 0.67 | 0.81 | 0.07 | 10.57 | 0.84 | 0.55 |
| Hex | ED | 4E | 2C | 0 | 43 | 51 | 7 | B | 54 | 37 |
| Octal | 355 | 116 | 54 | 0 | 103 | 121 | 7 | 13 | 124 | 67 |
| Binary | 11101101 | 1001110 | 101100 | 0 | 1000011 | 1010001 | 111 | 1011 | 1010100 | 110111 |
Color Harmonies of #ED4E2C
Complementary color
Monochromatic Colors of #ED4E2C
Black with #ED4E2C
Text Example
Text Example
White with #ED4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E2C; }
p { color: rgb(237,78,44); }
H1.HeaderClassName
{
color: #ED4E2C;
}
.AnyTagClassName
{
color: #ED4E2C;
}
</style>
background-color css
<style>
a { background-color: #ED4E2C; }
a { background-color: rgb(237,78,44); }
div.DivClassName
{
background-color: #ED4E2C;
}
.BgClassName
{
background-color: #ED4E2C;
}
</style>
border-color css
<style>
span { border-color: #ED4E2C; }
span { border-color: rgb(237,78,44); }
td.TdClassName
{
border-color: #ED4E2C;
}
.TagClassName
{
border-color: #ED4E2C;
}
</style>