Shades of Cinnabar #ED493D
Tints of Cinnabar #ED493D
RGB
CMYK
RGB Variations
Color information
#ED493D (or 0xED493D) is known color: Cinnabar. HEX triplet: ED, 49 and 3D. RGB value is (237,73,61). Sum of RGB (Red+Green+Blue) = 237+73+61=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED493D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED493D is #12B6C2. Grayscale: #787878. Windows color (decimal): -1226435 or 4016621. OLE color: 4016621.
HSL color Cylindrical-coordinate representation of color #ED493D: hue angle of 4.09º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED493D is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 61 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.07 |
| HSL | 4.09º | 0.83% | 0.58% | - |
| HSV(B) | 4.09º | 0.74% | 0.93% | - |
| XYZ | 38.15 | 23.11 | 6.86 | - |
| YUV | 120.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 61 | 0 | 0.69 | 0.74 | 0.07 | 4.09 | 0.83 | 0.58 |
| Hex | ED | 49 | 3D | 0 | 45 | 4A | 7 | 4 | 53 | 3A |
| Octal | 355 | 111 | 75 | 0 | 105 | 112 | 7 | 4 | 123 | 72 |
| Binary | 11101101 | 1001001 | 111101 | 0 | 1000101 | 1001010 | 111 | 100 | 1010011 | 111010 |
Color Harmonies of #ED493D
Complementary color
Monochromatic Colors of #ED493D
Black with #ED493D
Text Example
Text Example
White with #ED493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED493D; }
p { color: rgb(237,73,61); }
H1.HeaderClassName
{
color: #ED493D;
}
.AnyTagClassName
{
color: #ED493D;
}
</style>
background-color css
<style>
a { background-color: #ED493D; }
a { background-color: rgb(237,73,61); }
div.DivClassName
{
background-color: #ED493D;
}
.BgClassName
{
background-color: #ED493D;
}
</style>
border-color css
<style>
span { border-color: #ED493D; }
span { border-color: rgb(237,73,61); }
td.TdClassName
{
border-color: #ED493D;
}
.TagClassName
{
border-color: #ED493D;
}
</style>