Shades of Cinnabar #ED311C
Tints of Cinnabar #ED311C
RGB
CMYK
RGB Variations
Color information
#ED311C (or 0xED311C) is known color: Cinnabar. HEX triplet: ED, 31 and 1C. RGB value is (237,49,28). Sum of RGB (Red+Green+Blue) = 237+49+28=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED311C is #12CEE3. Grayscale: #676767. Windows color (decimal): -1232612 or 1847789. OLE color: 1847789.
HSL color Cylindrical-coordinate representation of color #ED311C: hue angle of 6.03º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED311C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 28 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.07 |
| HSL | 6.03º | 0.85% | 0.52% | - |
| HSV(B) | 6.03º | 0.88% | 0.93% | - |
| XYZ | 36.23 | 20.28 | 3.1 | - |
| YUV | 102.82 | 85.78 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 28 | 0 | 0.79 | 0.88 | 0.07 | 6.03 | 0.85 | 0.52 |
| Hex | ED | 31 | 1C | 0 | 4F | 58 | 7 | 6 | 55 | 34 |
| Octal | 355 | 61 | 34 | 0 | 117 | 130 | 7 | 6 | 125 | 64 |
| Binary | 11101101 | 110001 | 11100 | 0 | 1001111 | 1011000 | 111 | 110 | 1010101 | 110100 |
Color Harmonies of #ED311C
Complementary color
Monochromatic Colors of #ED311C
Black with #ED311C
Text Example
Text Example
White with #ED311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED311C; }
p { color: rgb(237,49,28); }
H1.HeaderClassName
{
color: #ED311C;
}
.AnyTagClassName
{
color: #ED311C;
}
</style>
background-color css
<style>
a { background-color: #ED311C; }
a { background-color: rgb(237,49,28); }
div.DivClassName
{
background-color: #ED311C;
}
.BgClassName
{
background-color: #ED311C;
}
</style>
border-color css
<style>
span { border-color: #ED311C; }
span { border-color: rgb(237,49,28); }
td.TdClassName
{
border-color: #ED311C;
}
.TagClassName
{
border-color: #ED311C;
}
</style>