Shades of Cinnabar #ED372B
Tints of Cinnabar #ED372B
RGB
CMYK
RGB Variations
Color information
#ED372B (or 0xED372B) is known color: Cinnabar. HEX triplet: ED, 37 and 2B. RGB value is (237,55,43). Sum of RGB (Red+Green+Blue) = 237+55+43=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED372B is #12C8D4. Grayscale: #6C6C6C. Windows color (decimal): -1231061 or 2832365. OLE color: 2832365.
HSL color Cylindrical-coordinate representation of color #ED372B: hue angle of 3.71º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED372B is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 43 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.07 |
| HSL | 3.71º | 0.84% | 0.55% | - |
| HSV(B) | 3.71º | 0.82% | 0.93% | - |
| XYZ | 36.73 | 20.91 | 4.39 | - |
| YUV | 108.05 | 91.3 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 43 | 0 | 0.77 | 0.82 | 0.07 | 3.71 | 0.84 | 0.55 |
| Hex | ED | 37 | 2B | 0 | 4D | 52 | 7 | 4 | 54 | 37 |
| Octal | 355 | 67 | 53 | 0 | 115 | 122 | 7 | 4 | 124 | 67 |
| Binary | 11101101 | 110111 | 101011 | 0 | 1001101 | 1010010 | 111 | 100 | 1010100 | 110111 |
Color Harmonies of #ED372B
Complementary color
Monochromatic Colors of #ED372B
Black with #ED372B
Text Example
Text Example
White with #ED372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED372B; }
p { color: rgb(237,55,43); }
H1.HeaderClassName
{
color: #ED372B;
}
.AnyTagClassName
{
color: #ED372B;
}
</style>
background-color css
<style>
a { background-color: #ED372B; }
a { background-color: rgb(237,55,43); }
div.DivClassName
{
background-color: #ED372B;
}
.BgClassName
{
background-color: #ED372B;
}
</style>
border-color css
<style>
span { border-color: #ED372B; }
span { border-color: rgb(237,55,43); }
td.TdClassName
{
border-color: #ED372B;
}
.TagClassName
{
border-color: #ED372B;
}
</style>