Shades of Cinnabar #ED3131
Tints of Cinnabar #ED3131
RGB
CMYK
RGB Variations
Color information
#ED3131 (or 0xED3131) is known color: Cinnabar. HEX triplet: ED, 31 and 31. RGB value is (237,49,49). Sum of RGB (Red+Green+Blue) = 237+49+49=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3131 is #12CECE. Grayscale: #696969. Windows color (decimal): -1232591 or 3224045. OLE color: 3224045.
HSL color Cylindrical-coordinate representation of color #ED3131: hue angle of 0º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3131 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 49 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.07 |
| HSL | 0º | 0.84% | 0.56% | - |
| HSV(B) | 0º | 0.79% | 0.93% | - |
| XYZ | 36.58 | 20.42 | 4.92 | - |
| YUV | 105.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 49 | 0 | 0.79 | 0.79 | 0.07 | 0 | 0.84 | 0.56 |
| Hex | ED | 31 | 31 | 0 | 4F | 4F | 7 | 0 | 54 | 38 |
| Octal | 355 | 61 | 61 | 0 | 117 | 117 | 7 | 0 | 124 | 70 |
| Binary | 11101101 | 110001 | 110001 | 0 | 1001111 | 1001111 | 111 | 0 | 1010100 | 111000 |
Color Harmonies of #ED3131
Complementary color
Monochromatic Colors of #ED3131
Black with #ED3131
Text Example
Text Example
White with #ED3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3131; }
p { color: rgb(237,49,49); }
H1.HeaderClassName
{
color: #ED3131;
}
.AnyTagClassName
{
color: #ED3131;
}
</style>
background-color css
<style>
a { background-color: #ED3131; }
a { background-color: rgb(237,49,49); }
div.DivClassName
{
background-color: #ED3131;
}
.BgClassName
{
background-color: #ED3131;
}
</style>
border-color css
<style>
span { border-color: #ED3131; }
span { border-color: rgb(237,49,49); }
td.TdClassName
{
border-color: #ED3131;
}
.TagClassName
{
border-color: #ED3131;
}
</style>