Shades of Cinnabar #ED493C
Tints of Cinnabar #ED493C
RGB
CMYK
RGB Variations
Color information
#ED493C (or 0xED493C) is known color: Cinnabar. HEX triplet: ED, 49 and 3C. RGB value is (237,73,60). Sum of RGB (Red+Green+Blue) = 237+73+60=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED493C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED493C is #12B6C3. Grayscale: #787878. Windows color (decimal): -1226436 or 3951085. OLE color: 3951085.
HSL color Cylindrical-coordinate representation of color #ED493C: hue angle of 4.41º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED493C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 60 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.07 |
| HSL | 4.41º | 0.83% | 0.58% | - |
| HSV(B) | 4.41º | 0.75% | 0.93% | - |
| XYZ | 38.12 | 23.1 | 6.72 | - |
| YUV | 120.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 60 | 0 | 0.69 | 0.75 | 0.07 | 4.41 | 0.83 | 0.58 |
| Hex | ED | 49 | 3C | 0 | 45 | 4B | 7 | 4 | 53 | 3A |
| Octal | 355 | 111 | 74 | 0 | 105 | 113 | 7 | 4 | 123 | 72 |
| Binary | 11101101 | 1001001 | 111100 | 0 | 1000101 | 1001011 | 111 | 100 | 1010011 | 111010 |
Color Harmonies of #ED493C
Complementary color
Monochromatic Colors of #ED493C
Black with #ED493C
Text Example
Text Example
White with #ED493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED493C; }
p { color: rgb(237,73,60); }
H1.HeaderClassName
{
color: #ED493C;
}
.AnyTagClassName
{
color: #ED493C;
}
</style>
background-color css
<style>
a { background-color: #ED493C; }
a { background-color: rgb(237,73,60); }
div.DivClassName
{
background-color: #ED493C;
}
.BgClassName
{
background-color: #ED493C;
}
</style>
border-color css
<style>
span { border-color: #ED493C; }
span { border-color: rgb(237,73,60); }
td.TdClassName
{
border-color: #ED493C;
}
.TagClassName
{
border-color: #ED493C;
}
</style>