Shades of Cinnabar #EF4927
Tints of Cinnabar #EF4927
RGB
CMYK
RGB Variations
Color information
#EF4927 (or 0xEF4927) is known color: Cinnabar. HEX triplet: EF, 49 and 27. RGB value is (239,73,39). Sum of RGB (Red+Green+Blue) = 239+73+39=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4927 is #10B6D8. Grayscale: #777777. Windows color (decimal): -1095385 or 2574831. OLE color: 2574831.
HSL color Cylindrical-coordinate representation of color #EF4927: hue angle of 10.2º 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 #EF4927 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 39 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.06 |
| HSL | 10.2º | 0.86% | 0.55% | - |
| HSV(B) | 10.2º | 0.84% | 0.94% | - |
| XYZ | 38.35 | 23.26 | 4.39 | - |
| YUV | 118.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 39 | 0 | 0.69 | 0.84 | 0.06 | 10.2 | 0.86 | 0.55 |
| Hex | EF | 49 | 27 | 0 | 45 | 54 | 6 | A | 56 | 37 |
| Octal | 357 | 111 | 47 | 0 | 105 | 124 | 6 | 12 | 126 | 67 |
| Binary | 11101111 | 1001001 | 100111 | 0 | 1000101 | 1010100 | 110 | 1010 | 1010110 | 110111 |
Color Harmonies of #EF4927
Complementary color
Monochromatic Colors of #EF4927
Black with #EF4927
Text Example
Text Example
White with #EF4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4927; }
p { color: rgb(239,73,39); }
H1.HeaderClassName
{
color: #EF4927;
}
.AnyTagClassName
{
color: #EF4927;
}
</style>
background-color css
<style>
a { background-color: #EF4927; }
a { background-color: rgb(239,73,39); }
div.DivClassName
{
background-color: #EF4927;
}
.BgClassName
{
background-color: #EF4927;
}
</style>
border-color css
<style>
span { border-color: #EF4927; }
span { border-color: rgb(239,73,39); }
td.TdClassName
{
border-color: #EF4927;
}
.TagClassName
{
border-color: #EF4927;
}
</style>