Shades of Cinnabar #ED372E
Tints of Cinnabar #ED372E
RGB
CMYK
RGB Variations
Color information
#ED372E (or 0xED372E) is known color: Cinnabar. HEX triplet: ED, 37 and 2E. RGB value is (237,55,46). Sum of RGB (Red+Green+Blue) = 237+55+46=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED372E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED372E is #12C8D1. Grayscale: #6C6C6C. Windows color (decimal): -1231058 or 3028973. OLE color: 3028973.
HSL color Cylindrical-coordinate representation of color #ED372E: hue angle of 2.83º 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 #ED372E is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 46 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.07 |
| HSL | 2.83º | 0.84% | 0.55% | - |
| HSV(B) | 2.83º | 0.81% | 0.93% | - |
| XYZ | 36.78 | 20.93 | 4.69 | - |
| YUV | 108.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 46 | 0 | 0.77 | 0.81 | 0.07 | 2.83 | 0.84 | 0.55 |
| Hex | ED | 37 | 2E | 0 | 4D | 51 | 7 | 3 | 54 | 37 |
| Octal | 355 | 67 | 56 | 0 | 115 | 121 | 7 | 3 | 124 | 67 |
| Binary | 11101101 | 110111 | 101110 | 0 | 1001101 | 1010001 | 111 | 11 | 1010100 | 110111 |
Color Harmonies of #ED372E
Complementary color
Monochromatic Colors of #ED372E
Black with #ED372E
Text Example
Text Example
White with #ED372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED372E; }
p { color: rgb(237,55,46); }
H1.HeaderClassName
{
color: #ED372E;
}
.AnyTagClassName
{
color: #ED372E;
}
</style>
background-color css
<style>
a { background-color: #ED372E; }
a { background-color: rgb(237,55,46); }
div.DivClassName
{
background-color: #ED372E;
}
.BgClassName
{
background-color: #ED372E;
}
</style>
border-color css
<style>
span { border-color: #ED372E; }
span { border-color: rgb(237,55,46); }
td.TdClassName
{
border-color: #ED372E;
}
.TagClassName
{
border-color: #ED372E;
}
</style>