Shades of Cinnabar #EF391B
Tints of Cinnabar #EF391B
RGB
CMYK
RGB Variations
Color information
#EF391B (or 0xEF391B) is known color: Cinnabar. HEX triplet: EF, 39 and 1B. RGB value is (239,57,27). Sum of RGB (Red+Green+Blue) = 239+57+27=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF391B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF391B is #10C6E4. Grayscale: #6C6C6C. Windows color (decimal): -1099493 or 1784303. OLE color: 1784303.
HSL color Cylindrical-coordinate representation of color #EF391B: hue angle of 8.49º 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 #EF391B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.06 |
| HSL | 8.49º | 0.87% | 0.52% | - |
| HSV(B) | 8.49º | 0.89% | 0.94% | - |
| XYZ | 37.26 | 21.36 | 3.2 | - |
| YUV | 108 | 82.3 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 27 | 0 | 0.76 | 0.89 | 0.06 | 8.49 | 0.87 | 0.52 |
| Hex | EF | 39 | 1B | 0 | 4C | 59 | 6 | 8 | 57 | 34 |
| Octal | 357 | 71 | 33 | 0 | 114 | 131 | 6 | 10 | 127 | 64 |
| Binary | 11101111 | 111001 | 11011 | 0 | 1001100 | 1011001 | 110 | 1000 | 1010111 | 110100 |
Color Harmonies of #EF391B
Complementary color
Monochromatic Colors of #EF391B
Black with #EF391B
Text Example
Text Example
White with #EF391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF391B; }
p { color: rgb(239,57,27); }
H1.HeaderClassName
{
color: #EF391B;
}
.AnyTagClassName
{
color: #EF391B;
}
</style>
background-color css
<style>
a { background-color: #EF391B; }
a { background-color: rgb(239,57,27); }
div.DivClassName
{
background-color: #EF391B;
}
.BgClassName
{
background-color: #EF391B;
}
</style>
border-color css
<style>
span { border-color: #EF391B; }
span { border-color: rgb(239,57,27); }
td.TdClassName
{
border-color: #EF391B;
}
.TagClassName
{
border-color: #EF391B;
}
</style>