Shades of Cinnabar #EF4127
Tints of Cinnabar #EF4127
RGB
CMYK
RGB Variations
Color information
#EF4127 (or 0xEF4127) is known color: Cinnabar. HEX triplet: EF, 41 and 27. RGB value is (239,65,39). Sum of RGB (Red+Green+Blue) = 239+65+39=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4127 is #10BED8. Grayscale: #727272. Windows color (decimal): -1097433 or 2572783. OLE color: 2572783.
HSL color Cylindrical-coordinate representation of color #EF4127: hue angle of 7.8º 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 #EF4127 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 39 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.06 |
| HSL | 7.8º | 0.86% | 0.55% | - |
| HSV(B) | 7.8º | 0.84% | 0.94% | - |
| XYZ | 37.85 | 22.28 | 4.22 | - |
| YUV | 114.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 39 | 0 | 0.73 | 0.84 | 0.06 | 7.8 | 0.86 | 0.55 |
| Hex | EF | 41 | 27 | 0 | 49 | 54 | 6 | 8 | 56 | 37 |
| Octal | 357 | 101 | 47 | 0 | 111 | 124 | 6 | 10 | 126 | 67 |
| Binary | 11101111 | 1000001 | 100111 | 0 | 1001001 | 1010100 | 110 | 1000 | 1010110 | 110111 |
Color Harmonies of #EF4127
Complementary color
Monochromatic Colors of #EF4127
Black with #EF4127
Text Example
Text Example
White with #EF4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4127; }
p { color: rgb(239,65,39); }
H1.HeaderClassName
{
color: #EF4127;
}
.AnyTagClassName
{
color: #EF4127;
}
</style>
background-color css
<style>
a { background-color: #EF4127; }
a { background-color: rgb(239,65,39); }
div.DivClassName
{
background-color: #EF4127;
}
.BgClassName
{
background-color: #EF4127;
}
</style>
border-color css
<style>
span { border-color: #EF4127; }
span { border-color: rgb(239,65,39); }
td.TdClassName
{
border-color: #EF4127;
}
.TagClassName
{
border-color: #EF4127;
}
</style>