Shades of Cinnabar #ED5028
Tints of Cinnabar #ED5028
RGB
CMYK
RGB Variations
Color information
#ED5028 (or 0xED5028) is known color: Cinnabar. HEX triplet: ED, 50 and 28. RGB value is (237,80,40). Sum of RGB (Red+Green+Blue) = 237+80+40=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5028 is #12AFD7. Grayscale: #7A7A7A. Windows color (decimal): -1224664 or 2642157. OLE color: 2642157.
HSL color Cylindrical-coordinate representation of color #ED5028: hue angle of 12.18º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED5028 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 40 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.07 |
| HSL | 12.18º | 0.85% | 0.54% | - |
| HSV(B) | 12.18º | 0.83% | 0.93% | - |
| XYZ | 38.18 | 23.9 | 4.61 | - |
| YUV | 122.38 | 81.51 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 40 | 0 | 0.66 | 0.83 | 0.07 | 12.18 | 0.85 | 0.54 |
| Hex | ED | 50 | 28 | 0 | 42 | 53 | 7 | C | 55 | 36 |
| Octal | 355 | 120 | 50 | 0 | 102 | 123 | 7 | 14 | 125 | 66 |
| Binary | 11101101 | 1010000 | 101000 | 0 | 1000010 | 1010011 | 111 | 1100 | 1010101 | 110110 |
Color Harmonies of #ED5028
Complementary color
Monochromatic Colors of #ED5028
Black with #ED5028
Text Example
Text Example
White with #ED5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5028; }
p { color: rgb(237,80,40); }
H1.HeaderClassName
{
color: #ED5028;
}
.AnyTagClassName
{
color: #ED5028;
}
</style>
background-color css
<style>
a { background-color: #ED5028; }
a { background-color: rgb(237,80,40); }
div.DivClassName
{
background-color: #ED5028;
}
.BgClassName
{
background-color: #ED5028;
}
</style>
border-color css
<style>
span { border-color: #ED5028; }
span { border-color: rgb(237,80,40); }
td.TdClassName
{
border-color: #ED5028;
}
.TagClassName
{
border-color: #ED5028;
}
</style>