Shades of Cinnabar #EF491B
Tints of Cinnabar #EF491B
RGB
CMYK
RGB Variations
Color information
#EF491B (or 0xEF491B) is known color: Cinnabar. HEX triplet: EF, 49 and 1B. RGB value is (239,73,27). Sum of RGB (Red+Green+Blue) = 239+73+27=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF491B is #10B6E4. Grayscale: #757575. Windows color (decimal): -1095397 or 1788399. OLE color: 1788399.
HSL color Cylindrical-coordinate representation of color #EF491B: hue angle of 13.02º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF491B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.06 |
| HSL | 13.02º | 0.87% | 0.52% | - |
| HSV(B) | 13.02º | 0.89% | 0.94% | - |
| XYZ | 38.18 | 23.19 | 3.5 | - |
| YUV | 117.39 | 77 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 27 | 0 | 0.69 | 0.89 | 0.06 | 13.02 | 0.87 | 0.52 |
| Hex | EF | 49 | 1B | 0 | 45 | 59 | 6 | D | 57 | 34 |
| Octal | 357 | 111 | 33 | 0 | 105 | 131 | 6 | 15 | 127 | 64 |
| Binary | 11101111 | 1001001 | 11011 | 0 | 1000101 | 1011001 | 110 | 1101 | 1010111 | 110100 |
Color Harmonies of #EF491B
Complementary color
Monochromatic Colors of #EF491B
Black with #EF491B
Text Example
Text Example
White with #EF491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF491B; }
p { color: rgb(239,73,27); }
H1.HeaderClassName
{
color: #EF491B;
}
.AnyTagClassName
{
color: #EF491B;
}
</style>
background-color css
<style>
a { background-color: #EF491B; }
a { background-color: rgb(239,73,27); }
div.DivClassName
{
background-color: #EF491B;
}
.BgClassName
{
background-color: #EF491B;
}
</style>
border-color css
<style>
span { border-color: #EF491B; }
span { border-color: rgb(239,73,27); }
td.TdClassName
{
border-color: #EF491B;
}
.TagClassName
{
border-color: #EF491B;
}
</style>