Shades of Cinnabar #ED4F2C
Tints of Cinnabar #ED4F2C
RGB
CMYK
RGB Variations
Color information
#ED4F2C (or 0xED4F2C) is known color: Cinnabar. HEX triplet: ED, 4F and 2C. RGB value is (237,79,44). Sum of RGB (Red+Green+Blue) = 237+79+44=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4F2C is #12B0D3. Grayscale: #7A7A7A. Windows color (decimal): -1224916 or 2904045. OLE color: 2904045.
HSL color Cylindrical-coordinate representation of color #ED4F2C: hue angle of 10.88º 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 #ED4F2C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 44 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.07 |
| HSL | 10.88º | 0.84% | 0.55% | - |
| HSV(B) | 10.88º | 0.81% | 0.93% | - |
| XYZ | 38.18 | 23.78 | 4.96 | - |
| YUV | 122.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 44 | 0 | 0.67 | 0.81 | 0.07 | 10.88 | 0.84 | 0.55 |
| Hex | ED | 4F | 2C | 0 | 43 | 51 | 7 | B | 54 | 37 |
| Octal | 355 | 117 | 54 | 0 | 103 | 121 | 7 | 13 | 124 | 67 |
| Binary | 11101101 | 1001111 | 101100 | 0 | 1000011 | 1010001 | 111 | 1011 | 1010100 | 110111 |
Color Harmonies of #ED4F2C
Complementary color
Monochromatic Colors of #ED4F2C
Black with #ED4F2C
Text Example
Text Example
White with #ED4F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F2C; }
p { color: rgb(237,79,44); }
H1.HeaderClassName
{
color: #ED4F2C;
}
.AnyTagClassName
{
color: #ED4F2C;
}
</style>
background-color css
<style>
a { background-color: #ED4F2C; }
a { background-color: rgb(237,79,44); }
div.DivClassName
{
background-color: #ED4F2C;
}
.BgClassName
{
background-color: #ED4F2C;
}
</style>
border-color css
<style>
span { border-color: #ED4F2C; }
span { border-color: rgb(237,79,44); }
td.TdClassName
{
border-color: #ED4F2C;
}
.TagClassName
{
border-color: #ED4F2C;
}
</style>