Shades of Cinnabar #EF493A
Tints of Cinnabar #EF493A
RGB
CMYK
RGB Variations
Color information
#EF493A (or 0xEF493A) is known color: Cinnabar. HEX triplet: EF, 49 and 3A. RGB value is (239,73,58). Sum of RGB (Red+Green+Blue) = 239+73+58=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF493A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF493A is #10B6C5. Grayscale: #797979. Windows color (decimal): -1095366 or 3820015. OLE color: 3820015.
HSL color Cylindrical-coordinate representation of color #EF493A: hue angle of 4.97º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF493A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 58 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.06 |
| HSL | 4.97º | 0.85% | 0.58% | - |
| HSV(B) | 4.97º | 0.76% | 0.94% | - |
| XYZ | 38.74 | 23.42 | 6.48 | - |
| YUV | 120.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 58 | 0 | 0.69 | 0.76 | 0.06 | 4.97 | 0.85 | 0.58 |
| Hex | EF | 49 | 3A | 0 | 45 | 4C | 6 | 5 | 55 | 3A |
| Octal | 357 | 111 | 72 | 0 | 105 | 114 | 6 | 5 | 125 | 72 |
| Binary | 11101111 | 1001001 | 111010 | 0 | 1000101 | 1001100 | 110 | 101 | 1010101 | 111010 |
Color Harmonies of #EF493A
Complementary color
Monochromatic Colors of #EF493A
Black with #EF493A
Text Example
Text Example
White with #EF493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF493A; }
p { color: rgb(239,73,58); }
H1.HeaderClassName
{
color: #EF493A;
}
.AnyTagClassName
{
color: #EF493A;
}
</style>
background-color css
<style>
a { background-color: #EF493A; }
a { background-color: rgb(239,73,58); }
div.DivClassName
{
background-color: #EF493A;
}
.BgClassName
{
background-color: #EF493A;
}
</style>
border-color css
<style>
span { border-color: #EF493A; }
span { border-color: rgb(239,73,58); }
td.TdClassName
{
border-color: #EF493A;
}
.TagClassName
{
border-color: #EF493A;
}
</style>