Shades of Cinnabar #EF3518
Tints of Cinnabar #EF3518
RGB
CMYK
RGB Variations
Color information
#EF3518 (or 0xEF3518) is known color: Cinnabar. HEX triplet: EF, 35 and 18. RGB value is (239,53,24). Sum of RGB (Red+Green+Blue) = 239+53+24=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3518 is #10CAE7. Grayscale: #696969. Windows color (decimal): -1100520 or 1586671. OLE color: 1586671.
HSL color Cylindrical-coordinate representation of color #EF3518: hue angle of 8.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF3518 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 24 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.06 |
| HSL | 8.09º | 0.87% | 0.52% | - |
| HSV(B) | 8.09º | 0.9% | 0.94% | - |
| XYZ | 37.03 | 20.96 | 2.96 | - |
| YUV | 105.31 | 82.12 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 24 | 0 | 0.78 | 0.90 | 0.06 | 8.09 | 0.87 | 0.52 |
| Hex | EF | 35 | 18 | 0 | 4E | 5A | 6 | 8 | 57 | 34 |
| Octal | 357 | 65 | 30 | 0 | 116 | 132 | 6 | 10 | 127 | 64 |
| Binary | 11101111 | 110101 | 11000 | 0 | 1001110 | 1011010 | 110 | 1000 | 1010111 | 110100 |
Color Harmonies of #EF3518
Complementary color
Monochromatic Colors of #EF3518
Black with #EF3518
Text Example
Text Example
White with #EF3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3518; }
p { color: rgb(239,53,24); }
H1.HeaderClassName
{
color: #EF3518;
}
.AnyTagClassName
{
color: #EF3518;
}
</style>
background-color css
<style>
a { background-color: #EF3518; }
a { background-color: rgb(239,53,24); }
div.DivClassName
{
background-color: #EF3518;
}
.BgClassName
{
background-color: #EF3518;
}
</style>
border-color css
<style>
span { border-color: #EF3518; }
span { border-color: rgb(239,53,24); }
td.TdClassName
{
border-color: #EF3518;
}
.TagClassName
{
border-color: #EF3518;
}
</style>