Shades of Cinnabar #EF4238
Tints of Cinnabar #EF4238
RGB
CMYK
RGB Variations
Color information
#EF4238 (or 0xEF4238) is known color: Cinnabar. HEX triplet: EF, 42 and 38. RGB value is (239,66,56). Sum of RGB (Red+Green+Blue) = 239+66+56=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4238 is #10BDC7. Grayscale: #747474. Windows color (decimal): -1097160 or 3687151. OLE color: 3687151.
HSL color Cylindrical-coordinate representation of color #EF4238: hue angle of 3.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF4238 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 56 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.06 |
| HSL | 3.28º | 0.85% | 0.58% | - |
| HSV(B) | 3.28º | 0.77% | 0.94% | - |
| XYZ | 38.26 | 22.53 | 6.07 | - |
| YUV | 116.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 56 | 0 | 0.72 | 0.77 | 0.06 | 3.28 | 0.85 | 0.58 |
| Hex | EF | 42 | 38 | 0 | 48 | 4D | 6 | 3 | 55 | 3A |
| Octal | 357 | 102 | 70 | 0 | 110 | 115 | 6 | 3 | 125 | 72 |
| Binary | 11101111 | 1000010 | 111000 | 0 | 1001000 | 1001101 | 110 | 11 | 1010101 | 111010 |
Color Harmonies of #EF4238
Complementary color
Monochromatic Colors of #EF4238
Black with #EF4238
Text Example
Text Example
White with #EF4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4238; }
p { color: rgb(239,66,56); }
H1.HeaderClassName
{
color: #EF4238;
}
.AnyTagClassName
{
color: #EF4238;
}
</style>
background-color css
<style>
a { background-color: #EF4238; }
a { background-color: rgb(239,66,56); }
div.DivClassName
{
background-color: #EF4238;
}
.BgClassName
{
background-color: #EF4238;
}
</style>
border-color css
<style>
span { border-color: #EF4238; }
span { border-color: rgb(239,66,56); }
td.TdClassName
{
border-color: #EF4238;
}
.TagClassName
{
border-color: #EF4238;
}
</style>