Shades of Cinnabar #ED3127
Tints of Cinnabar #ED3127
RGB
CMYK
RGB Variations
Color information
#ED3127 (or 0xED3127) is known color: Cinnabar. HEX triplet: ED, 31 and 27. RGB value is (237,49,39). Sum of RGB (Red+Green+Blue) = 237+49+39=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3127 is #12CED8. Grayscale: #686868. Windows color (decimal): -1232601 or 2568685. OLE color: 2568685.
HSL color Cylindrical-coordinate representation of color #ED3127: hue angle of 3.03º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED3127 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 39 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.07 |
| HSL | 3.03º | 0.85% | 0.54% | - |
| HSV(B) | 3.03º | 0.84% | 0.93% | - |
| XYZ | 36.39 | 20.35 | 3.93 | - |
| YUV | 104.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 39 | 0 | 0.79 | 0.84 | 0.07 | 3.03 | 0.85 | 0.54 |
| Hex | ED | 31 | 27 | 0 | 4F | 54 | 7 | 3 | 55 | 36 |
| Octal | 355 | 61 | 47 | 0 | 117 | 124 | 7 | 3 | 125 | 66 |
| Binary | 11101101 | 110001 | 100111 | 0 | 1001111 | 1010100 | 111 | 11 | 1010101 | 110110 |
Color Harmonies of #ED3127
Complementary color
Monochromatic Colors of #ED3127
Black with #ED3127
Text Example
Text Example
White with #ED3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3127; }
p { color: rgb(237,49,39); }
H1.HeaderClassName
{
color: #ED3127;
}
.AnyTagClassName
{
color: #ED3127;
}
</style>
background-color css
<style>
a { background-color: #ED3127; }
a { background-color: rgb(237,49,39); }
div.DivClassName
{
background-color: #ED3127;
}
.BgClassName
{
background-color: #ED3127;
}
</style>
border-color css
<style>
span { border-color: #ED3127; }
span { border-color: rgb(237,49,39); }
td.TdClassName
{
border-color: #ED3127;
}
.TagClassName
{
border-color: #ED3127;
}
</style>