Shades of Cinnabar #EF4D37
Tints of Cinnabar #EF4D37
RGB
CMYK
RGB Variations
Color information
#EF4D37 (or 0xEF4D37) is known color: Cinnabar. HEX triplet: EF, 4D and 37. RGB value is (239,77,55). Sum of RGB (Red+Green+Blue) = 239+77+55=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D37 is #10B2C8. Grayscale: #7B7B7B. Windows color (decimal): -1094345 or 3624431. OLE color: 3624431.
HSL color Cylindrical-coordinate representation of color #EF4D37: hue angle of 7.17º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF4D37 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 55 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.06 |
| HSL | 7.17º | 0.85% | 0.58% | - |
| HSV(B) | 7.17º | 0.77% | 0.94% | - |
| XYZ | 38.94 | 23.93 | 6.18 | - |
| YUV | 122.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 55 | 0 | 0.68 | 0.77 | 0.06 | 7.17 | 0.85 | 0.58 |
| Hex | EF | 4D | 37 | 0 | 44 | 4D | 6 | 7 | 55 | 3A |
| Octal | 357 | 115 | 67 | 0 | 104 | 115 | 6 | 7 | 125 | 72 |
| Binary | 11101111 | 1001101 | 110111 | 0 | 1000100 | 1001101 | 110 | 111 | 1010101 | 111010 |
Color Harmonies of #EF4D37
Complementary color
Monochromatic Colors of #EF4D37
Black with #EF4D37
Text Example
Text Example
White with #EF4D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D37; }
p { color: rgb(239,77,55); }
H1.HeaderClassName
{
color: #EF4D37;
}
.AnyTagClassName
{
color: #EF4D37;
}
</style>
background-color css
<style>
a { background-color: #EF4D37; }
a { background-color: rgb(239,77,55); }
div.DivClassName
{
background-color: #EF4D37;
}
.BgClassName
{
background-color: #EF4D37;
}
</style>
border-color css
<style>
span { border-color: #EF4D37; }
span { border-color: rgb(239,77,55); }
td.TdClassName
{
border-color: #EF4D37;
}
.TagClassName
{
border-color: #EF4D37;
}
</style>