Shades of Cinnabar #ED4831
Tints of Cinnabar #ED4831
RGB
CMYK
RGB Variations
Color information
#ED4831 (or 0xED4831) is known color: Cinnabar. HEX triplet: ED, 48 and 31. RGB value is (237,72,49). Sum of RGB (Red+Green+Blue) = 237+72+49=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4831 is #12B7CE. Grayscale: #767676. Windows color (decimal): -1226703 or 3229933. OLE color: 3229933.
HSL color Cylindrical-coordinate representation of color #ED4831: hue angle of 7.34º 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 #ED4831 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 49 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.07 |
| HSL | 7.34º | 0.84% | 0.56% | - |
| HSV(B) | 7.34º | 0.79% | 0.93% | - |
| XYZ | 37.8 | 22.86 | 5.33 | - |
| YUV | 118.71 | 88.66 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 49 | 0 | 0.70 | 0.79 | 0.07 | 7.34 | 0.84 | 0.56 |
| Hex | ED | 48 | 31 | 0 | 46 | 4F | 7 | 7 | 54 | 38 |
| Octal | 355 | 110 | 61 | 0 | 106 | 117 | 7 | 7 | 124 | 70 |
| Binary | 11101101 | 1001000 | 110001 | 0 | 1000110 | 1001111 | 111 | 111 | 1010100 | 111000 |
Color Harmonies of #ED4831
Complementary color
Monochromatic Colors of #ED4831
Black with #ED4831
Text Example
Text Example
White with #ED4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4831; }
p { color: rgb(237,72,49); }
H1.HeaderClassName
{
color: #ED4831;
}
.AnyTagClassName
{
color: #ED4831;
}
</style>
background-color css
<style>
a { background-color: #ED4831; }
a { background-color: rgb(237,72,49); }
div.DivClassName
{
background-color: #ED4831;
}
.BgClassName
{
background-color: #ED4831;
}
</style>
border-color css
<style>
span { border-color: #ED4831; }
span { border-color: rgb(237,72,49); }
td.TdClassName
{
border-color: #ED4831;
}
.TagClassName
{
border-color: #ED4831;
}
</style>