Shades of Cinnabar #ED491A
Tints of Cinnabar #ED491A
RGB
CMYK
RGB Variations
Color information
#ED491A (or 0xED491A) is known color: Cinnabar. HEX triplet: ED, 49 and 1A. RGB value is (237,73,26). Sum of RGB (Red+Green+Blue) = 237+73+26=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED491A is #12B6E5. Grayscale: #757575. Windows color (decimal): -1226470 or 1722861. OLE color: 1722861.
HSL color Cylindrical-coordinate representation of color #ED491A: hue angle of 13.36º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED491A is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 26 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.07 |
| HSL | 13.36º | 0.85% | 0.52% | - |
| HSV(B) | 13.36º | 0.89% | 0.93% | - |
| XYZ | 37.49 | 22.84 | 3.41 | - |
| YUV | 116.68 | 76.83 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 26 | 0 | 0.69 | 0.89 | 0.07 | 13.36 | 0.85 | 0.52 |
| Hex | ED | 49 | 1A | 0 | 45 | 59 | 7 | D | 55 | 34 |
| Octal | 355 | 111 | 32 | 0 | 105 | 131 | 7 | 15 | 125 | 64 |
| Binary | 11101101 | 1001001 | 11010 | 0 | 1000101 | 1011001 | 111 | 1101 | 1010101 | 110100 |
Color Harmonies of #ED491A
Complementary color
Monochromatic Colors of #ED491A
Black with #ED491A
Text Example
Text Example
White with #ED491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED491A; }
p { color: rgb(237,73,26); }
H1.HeaderClassName
{
color: #ED491A;
}
.AnyTagClassName
{
color: #ED491A;
}
</style>
background-color css
<style>
a { background-color: #ED491A; }
a { background-color: rgb(237,73,26); }
div.DivClassName
{
background-color: #ED491A;
}
.BgClassName
{
background-color: #ED491A;
}
</style>
border-color css
<style>
span { border-color: #ED491A; }
span { border-color: rgb(237,73,26); }
td.TdClassName
{
border-color: #ED491A;
}
.TagClassName
{
border-color: #ED491A;
}
</style>