Shades of Cinnabar #EF4A38
Tints of Cinnabar #EF4A38
RGB
CMYK
RGB Variations
Color information
#EF4A38 (or 0xEF4A38) is known color: Cinnabar. HEX triplet: EF, 4A and 38. RGB value is (239,74,56). Sum of RGB (Red+Green+Blue) = 239+74+56=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A38 is #10B5C7. Grayscale: #797979. Windows color (decimal): -1095112 or 3689199. OLE color: 3689199.
HSL color Cylindrical-coordinate representation of color #EF4A38: hue angle of 5.9º 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 #EF4A38 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 56 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.06 |
| HSL | 5.9º | 0.85% | 0.58% | - |
| HSV(B) | 5.9º | 0.77% | 0.94% | - |
| XYZ | 38.76 | 23.53 | 6.24 | - |
| YUV | 121.28 | 91.16 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 56 | 0 | 0.69 | 0.77 | 0.06 | 5.9 | 0.85 | 0.58 |
| Hex | EF | 4A | 38 | 0 | 45 | 4D | 6 | 6 | 55 | 3A |
| Octal | 357 | 112 | 70 | 0 | 105 | 115 | 6 | 6 | 125 | 72 |
| Binary | 11101111 | 1001010 | 111000 | 0 | 1000101 | 1001101 | 110 | 110 | 1010101 | 111010 |
Color Harmonies of #EF4A38
Complementary color
Monochromatic Colors of #EF4A38
Black with #EF4A38
Text Example
Text Example
White with #EF4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A38; }
p { color: rgb(239,74,56); }
H1.HeaderClassName
{
color: #EF4A38;
}
.AnyTagClassName
{
color: #EF4A38;
}
</style>
background-color css
<style>
a { background-color: #EF4A38; }
a { background-color: rgb(239,74,56); }
div.DivClassName
{
background-color: #EF4A38;
}
.BgClassName
{
background-color: #EF4A38;
}
</style>
border-color css
<style>
span { border-color: #EF4A38; }
span { border-color: rgb(239,74,56); }
td.TdClassName
{
border-color: #EF4A38;
}
.TagClassName
{
border-color: #EF4A38;
}
</style>