Shades of Cinnabar #EF3718
Tints of Cinnabar #EF3718
RGB
CMYK
RGB Variations
Color information
#EF3718 (or 0xEF3718) is known color: Cinnabar. HEX triplet: EF, 37 and 18. RGB value is (239,55,24). Sum of RGB (Red+Green+Blue) = 239+55+24=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3718 is #10C8E7. Grayscale: #6A6A6A. Windows color (decimal): -1100008 or 1587183. OLE color: 1587183.
HSL color Cylindrical-coordinate representation of color #EF3718: hue angle of 8.65º 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 #EF3718 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.06 |
| HSL | 8.65º | 0.87% | 0.52% | - |
| HSV(B) | 8.65º | 0.9% | 0.94% | - |
| XYZ | 37.13 | 21.15 | 2.99 | - |
| YUV | 106.48 | 81.46 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 24 | 0 | 0.77 | 0.90 | 0.06 | 8.65 | 0.87 | 0.52 |
| Hex | EF | 37 | 18 | 0 | 4D | 5A | 6 | 9 | 57 | 34 |
| Octal | 357 | 67 | 30 | 0 | 115 | 132 | 6 | 11 | 127 | 64 |
| Binary | 11101111 | 110111 | 11000 | 0 | 1001101 | 1011010 | 110 | 1001 | 1010111 | 110100 |
Color Harmonies of #EF3718
Complementary color
Monochromatic Colors of #EF3718
Black with #EF3718
Text Example
Text Example
White with #EF3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3718; }
p { color: rgb(239,55,24); }
H1.HeaderClassName
{
color: #EF3718;
}
.AnyTagClassName
{
color: #EF3718;
}
</style>
background-color css
<style>
a { background-color: #EF3718; }
a { background-color: rgb(239,55,24); }
div.DivClassName
{
background-color: #EF3718;
}
.BgClassName
{
background-color: #EF3718;
}
</style>
border-color css
<style>
span { border-color: #EF3718; }
span { border-color: rgb(239,55,24); }
td.TdClassName
{
border-color: #EF3718;
}
.TagClassName
{
border-color: #EF3718;
}
</style>