Shades of Cinnabar #EF5127
Tints of Cinnabar #EF5127
RGB
CMYK
RGB Variations
Color information
#EF5127 (or 0xEF5127) is known color: Cinnabar. HEX triplet: EF, 51 and 27. RGB value is (239,81,39). Sum of RGB (Red+Green+Blue) = 239+81+39=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5127 is #10AED8. Grayscale: #7B7B7B. Windows color (decimal): -1093337 or 2576879. OLE color: 2576879.
HSL color Cylindrical-coordinate representation of color #EF5127: hue angle of 12.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF5127 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 39 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.06 |
| HSL | 12.6º | 0.86% | 0.55% | - |
| HSV(B) | 12.6º | 0.84% | 0.94% | - |
| XYZ | 38.91 | 24.38 | 4.58 | - |
| YUV | 123.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 39 | 0 | 0.66 | 0.84 | 0.06 | 12.6 | 0.86 | 0.55 |
| Hex | EF | 51 | 27 | 0 | 42 | 54 | 6 | D | 56 | 37 |
| Octal | 357 | 121 | 47 | 0 | 102 | 124 | 6 | 15 | 126 | 67 |
| Binary | 11101111 | 1010001 | 100111 | 0 | 1000010 | 1010100 | 110 | 1101 | 1010110 | 110111 |
Color Harmonies of #EF5127
Complementary color
Monochromatic Colors of #EF5127
Black with #EF5127
Text Example
Text Example
White with #EF5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5127; }
p { color: rgb(239,81,39); }
H1.HeaderClassName
{
color: #EF5127;
}
.AnyTagClassName
{
color: #EF5127;
}
</style>
background-color css
<style>
a { background-color: #EF5127; }
a { background-color: rgb(239,81,39); }
div.DivClassName
{
background-color: #EF5127;
}
.BgClassName
{
background-color: #EF5127;
}
</style>
border-color css
<style>
span { border-color: #EF5127; }
span { border-color: rgb(239,81,39); }
td.TdClassName
{
border-color: #EF5127;
}
.TagClassName
{
border-color: #EF5127;
}
</style>