Shades of Cinnabar #ED371B
Tints of Cinnabar #ED371B
RGB
CMYK
RGB Variations
Color information
#ED371B (or 0xED371B) is known color: Cinnabar. HEX triplet: ED, 37 and 1B. RGB value is (237,55,27). Sum of RGB (Red+Green+Blue) = 237+55+27=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED371B is #12C8E4. Grayscale: #6A6A6A. Windows color (decimal): -1231077 or 1783789. OLE color: 1783789.
HSL color Cylindrical-coordinate representation of color #ED371B: hue angle of 8º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED371B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 27 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.07 |
| HSL | 8º | 0.85% | 0.52% | - |
| HSV(B) | 8º | 0.89% | 0.93% | - |
| XYZ | 36.49 | 20.82 | 3.13 | - |
| YUV | 106.23 | 83.3 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 27 | 0 | 0.77 | 0.89 | 0.07 | 8 | 0.85 | 0.52 |
| Hex | ED | 37 | 1B | 0 | 4D | 59 | 7 | 8 | 55 | 34 |
| Octal | 355 | 67 | 33 | 0 | 115 | 131 | 7 | 10 | 125 | 64 |
| Binary | 11101101 | 110111 | 11011 | 0 | 1001101 | 1011001 | 111 | 1000 | 1010101 | 110100 |
Color Harmonies of #ED371B
Complementary color
Monochromatic Colors of #ED371B
Black with #ED371B
Text Example
Text Example
White with #ED371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED371B; }
p { color: rgb(237,55,27); }
H1.HeaderClassName
{
color: #ED371B;
}
.AnyTagClassName
{
color: #ED371B;
}
</style>
background-color css
<style>
a { background-color: #ED371B; }
a { background-color: rgb(237,55,27); }
div.DivClassName
{
background-color: #ED371B;
}
.BgClassName
{
background-color: #ED371B;
}
</style>
border-color css
<style>
span { border-color: #ED371B; }
span { border-color: rgb(237,55,27); }
td.TdClassName
{
border-color: #ED371B;
}
.TagClassName
{
border-color: #ED371B;
}
</style>