Shades of Cinnabar #ED3128
Tints of Cinnabar #ED3128
RGB
CMYK
RGB Variations
Color information
#ED3128 (or 0xED3128) is known color: Cinnabar. HEX triplet: ED, 31 and 28. RGB value is (237,49,40). Sum of RGB (Red+Green+Blue) = 237+49+40=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3128 is #12CED7. Grayscale: #686868. Windows color (decimal): -1232600 or 2634221. OLE color: 2634221.
HSL color Cylindrical-coordinate representation of color #ED3128: hue angle of 2.74º 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 #ED3128 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 40 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.07 |
| HSL | 2.74º | 0.85% | 0.54% | - |
| HSV(B) | 2.74º | 0.83% | 0.93% | - |
| XYZ | 36.41 | 20.35 | 4.02 | - |
| YUV | 104.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 40 | 0 | 0.79 | 0.83 | 0.07 | 2.74 | 0.85 | 0.54 |
| Hex | ED | 31 | 28 | 0 | 4F | 53 | 7 | 3 | 55 | 36 |
| Octal | 355 | 61 | 50 | 0 | 117 | 123 | 7 | 3 | 125 | 66 |
| Binary | 11101101 | 110001 | 101000 | 0 | 1001111 | 1010011 | 111 | 11 | 1010101 | 110110 |
Color Harmonies of #ED3128
Complementary color
Monochromatic Colors of #ED3128
Black with #ED3128
Text Example
Text Example
White with #ED3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3128; }
p { color: rgb(237,49,40); }
H1.HeaderClassName
{
color: #ED3128;
}
.AnyTagClassName
{
color: #ED3128;
}
</style>
background-color css
<style>
a { background-color: #ED3128; }
a { background-color: rgb(237,49,40); }
div.DivClassName
{
background-color: #ED3128;
}
.BgClassName
{
background-color: #ED3128;
}
</style>
border-color css
<style>
span { border-color: #ED3128; }
span { border-color: rgb(237,49,40); }
td.TdClassName
{
border-color: #ED3128;
}
.TagClassName
{
border-color: #ED3128;
}
</style>