Shades of Cinnabar #ED493A
Tints of Cinnabar #ED493A
RGB
CMYK
RGB Variations
Color information
#ED493A (or 0xED493A) is known color: Cinnabar. HEX triplet: ED, 49 and 3A. RGB value is (237,73,58). Sum of RGB (Red+Green+Blue) = 237+73+58=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED493A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED493A is #12B6C5. Grayscale: #787878. Windows color (decimal): -1226438 or 3820013. OLE color: 3820013.
HSL color Cylindrical-coordinate representation of color #ED493A: hue angle of 5.03º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED493A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 58 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.07 |
| HSL | 5.03º | 0.83% | 0.58% | - |
| HSV(B) | 5.03º | 0.76% | 0.93% | - |
| XYZ | 38.07 | 23.08 | 6.45 | - |
| YUV | 120.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 58 | 0 | 0.69 | 0.76 | 0.07 | 5.03 | 0.83 | 0.58 |
| Hex | ED | 49 | 3A | 0 | 45 | 4C | 7 | 5 | 53 | 3A |
| Octal | 355 | 111 | 72 | 0 | 105 | 114 | 7 | 5 | 123 | 72 |
| Binary | 11101101 | 1001001 | 111010 | 0 | 1000101 | 1001100 | 111 | 101 | 1010011 | 111010 |
Color Harmonies of #ED493A
Complementary color
Monochromatic Colors of #ED493A
Black with #ED493A
Text Example
Text Example
White with #ED493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED493A; }
p { color: rgb(237,73,58); }
H1.HeaderClassName
{
color: #ED493A;
}
.AnyTagClassName
{
color: #ED493A;
}
</style>
background-color css
<style>
a { background-color: #ED493A; }
a { background-color: rgb(237,73,58); }
div.DivClassName
{
background-color: #ED493A;
}
.BgClassName
{
background-color: #ED493A;
}
</style>
border-color css
<style>
span { border-color: #ED493A; }
span { border-color: rgb(237,73,58); }
td.TdClassName
{
border-color: #ED493A;
}
.TagClassName
{
border-color: #ED493A;
}
</style>