Shades of Cinnabar #EF4227
Tints of Cinnabar #EF4227
RGB
CMYK
RGB Variations
Color information
#EF4227 (or 0xEF4227) is known color: Cinnabar. HEX triplet: EF, 42 and 27. RGB value is (239,66,39). Sum of RGB (Red+Green+Blue) = 239+66+39=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4227 is #10BDD8. Grayscale: #727272. Windows color (decimal): -1097177 or 2573039. OLE color: 2573039.
HSL color Cylindrical-coordinate representation of color #EF4227: hue angle of 8.1º 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 #EF4227 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 39 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.06 |
| HSL | 8.1º | 0.86% | 0.55% | - |
| HSV(B) | 8.1º | 0.84% | 0.94% | - |
| XYZ | 37.91 | 22.39 | 4.24 | - |
| YUV | 114.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 39 | 0 | 0.72 | 0.84 | 0.06 | 8.1 | 0.86 | 0.55 |
| Hex | EF | 42 | 27 | 0 | 48 | 54 | 6 | 8 | 56 | 37 |
| Octal | 357 | 102 | 47 | 0 | 110 | 124 | 6 | 10 | 126 | 67 |
| Binary | 11101111 | 1000010 | 100111 | 0 | 1001000 | 1010100 | 110 | 1000 | 1010110 | 110111 |
Color Harmonies of #EF4227
Complementary color
Monochromatic Colors of #EF4227
Black with #EF4227
Text Example
Text Example
White with #EF4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4227; }
p { color: rgb(239,66,39); }
H1.HeaderClassName
{
color: #EF4227;
}
.AnyTagClassName
{
color: #EF4227;
}
</style>
background-color css
<style>
a { background-color: #EF4227; }
a { background-color: rgb(239,66,39); }
div.DivClassName
{
background-color: #EF4227;
}
.BgClassName
{
background-color: #EF4227;
}
</style>
border-color css
<style>
span { border-color: #EF4227; }
span { border-color: rgb(239,66,39); }
td.TdClassName
{
border-color: #EF4227;
}
.TagClassName
{
border-color: #EF4227;
}
</style>