Shades of Cinnabar #EF4028
Tints of Cinnabar #EF4028
RGB
CMYK
RGB Variations
Color information
#EF4028 (or 0xEF4028) is known color: Cinnabar. HEX triplet: EF, 40 and 28. RGB value is (239,64,40). Sum of RGB (Red+Green+Blue) = 239+64+40=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4028 is #10BFD7. Grayscale: #717171. Windows color (decimal): -1097688 or 2638063. OLE color: 2638063.
HSL color Cylindrical-coordinate representation of color #EF4028: hue angle of 7.24º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF4028 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 40 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.06 |
| HSL | 7.24º | 0.86% | 0.55% | - |
| HSV(B) | 7.24º | 0.83% | 0.94% | - |
| XYZ | 37.81 | 22.17 | 4.29 | - |
| YUV | 113.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 40 | 0 | 0.73 | 0.83 | 0.06 | 7.24 | 0.86 | 0.55 |
| Hex | EF | 40 | 28 | 0 | 49 | 53 | 6 | 7 | 56 | 37 |
| Octal | 357 | 100 | 50 | 0 | 111 | 123 | 6 | 7 | 126 | 67 |
| Binary | 11101111 | 1000000 | 101000 | 0 | 1001001 | 1010011 | 110 | 111 | 1010110 | 110111 |
Color Harmonies of #EF4028
Complementary color
Monochromatic Colors of #EF4028
Black with #EF4028
Text Example
Text Example
White with #EF4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4028; }
p { color: rgb(239,64,40); }
H1.HeaderClassName
{
color: #EF4028;
}
.AnyTagClassName
{
color: #EF4028;
}
</style>
background-color css
<style>
a { background-color: #EF4028; }
a { background-color: rgb(239,64,40); }
div.DivClassName
{
background-color: #EF4028;
}
.BgClassName
{
background-color: #EF4028;
}
</style>
border-color css
<style>
span { border-color: #EF4028; }
span { border-color: rgb(239,64,40); }
td.TdClassName
{
border-color: #EF4028;
}
.TagClassName
{
border-color: #EF4028;
}
</style>