Shades of Cinnabar #ED491B
Tints of Cinnabar #ED491B
RGB
CMYK
RGB Variations
Color information
#ED491B (or 0xED491B) is known color: Cinnabar. HEX triplet: ED, 49 and 1B. RGB value is (237,73,27). Sum of RGB (Red+Green+Blue) = 237+73+27=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED491B is #12B6E4. Grayscale: #757575. Windows color (decimal): -1226469 or 1788397. OLE color: 1788397.
HSL color Cylindrical-coordinate representation of color #ED491B: hue angle of 13.14º 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 #ED491B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.07 |
| HSL | 13.14º | 0.85% | 0.52% | - |
| HSV(B) | 13.14º | 0.89% | 0.93% | - |
| XYZ | 37.51 | 22.85 | 3.47 | - |
| YUV | 116.79 | 77.33 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 27 | 0 | 0.69 | 0.89 | 0.07 | 13.14 | 0.85 | 0.52 |
| Hex | ED | 49 | 1B | 0 | 45 | 59 | 7 | D | 55 | 34 |
| Octal | 355 | 111 | 33 | 0 | 105 | 131 | 7 | 15 | 125 | 64 |
| Binary | 11101101 | 1001001 | 11011 | 0 | 1000101 | 1011001 | 111 | 1101 | 1010101 | 110100 |
Color Harmonies of #ED491B
Complementary color
Monochromatic Colors of #ED491B
Black with #ED491B
Text Example
Text Example
White with #ED491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED491B; }
p { color: rgb(237,73,27); }
H1.HeaderClassName
{
color: #ED491B;
}
.AnyTagClassName
{
color: #ED491B;
}
</style>
background-color css
<style>
a { background-color: #ED491B; }
a { background-color: rgb(237,73,27); }
div.DivClassName
{
background-color: #ED491B;
}
.BgClassName
{
background-color: #ED491B;
}
</style>
border-color css
<style>
span { border-color: #ED491B; }
span { border-color: rgb(237,73,27); }
td.TdClassName
{
border-color: #ED491B;
}
.TagClassName
{
border-color: #ED491B;
}
</style>