Shades of Cinnabar #ED4028
Tints of Cinnabar #ED4028
RGB
CMYK
RGB Variations
Color information
#ED4028 (or 0xED4028) is known color: Cinnabar. HEX triplet: ED, 40 and 28. RGB value is (237,64,40). Sum of RGB (Red+Green+Blue) = 237+64+40=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4028 is #12BFD7. Grayscale: #717171. Windows color (decimal): -1228760 or 2638061. OLE color: 2638061.
HSL color Cylindrical-coordinate representation of color #ED4028: hue angle of 7.31º 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 #ED4028 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 40 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.07 |
| HSL | 7.31º | 0.85% | 0.54% | - |
| HSV(B) | 7.31º | 0.83% | 0.93% | - |
| XYZ | 37.14 | 21.82 | 4.26 | - |
| YUV | 112.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 40 | 0 | 0.73 | 0.83 | 0.07 | 7.31 | 0.85 | 0.54 |
| Hex | ED | 40 | 28 | 0 | 49 | 53 | 7 | 7 | 55 | 36 |
| Octal | 355 | 100 | 50 | 0 | 111 | 123 | 7 | 7 | 125 | 66 |
| Binary | 11101101 | 1000000 | 101000 | 0 | 1001001 | 1010011 | 111 | 111 | 1010101 | 110110 |
Color Harmonies of #ED4028
Complementary color
Monochromatic Colors of #ED4028
Black with #ED4028
Text Example
Text Example
White with #ED4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4028; }
p { color: rgb(237,64,40); }
H1.HeaderClassName
{
color: #ED4028;
}
.AnyTagClassName
{
color: #ED4028;
}
</style>
background-color css
<style>
a { background-color: #ED4028; }
a { background-color: rgb(237,64,40); }
div.DivClassName
{
background-color: #ED4028;
}
.BgClassName
{
background-color: #ED4028;
}
</style>
border-color css
<style>
span { border-color: #ED4028; }
span { border-color: rgb(237,64,40); }
td.TdClassName
{
border-color: #ED4028;
}
.TagClassName
{
border-color: #ED4028;
}
</style>