Shades of Cinnabar #EF4436
Tints of Cinnabar #EF4436
RGB
CMYK
RGB Variations
Color information
#EF4436 (or 0xEF4436) is known color: Cinnabar. HEX triplet: EF, 44 and 36. RGB value is (239,68,54). Sum of RGB (Red+Green+Blue) = 239+68+54=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4436 is #10BBC9. Grayscale: #757575. Windows color (decimal): -1096650 or 3556591. OLE color: 3556591.
HSL color Cylindrical-coordinate representation of color #EF4436: hue angle of 4.54º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF4436 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 54 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.06 |
| HSL | 4.54º | 0.85% | 0.57% | - |
| HSV(B) | 4.54º | 0.77% | 0.94% | - |
| XYZ | 38.33 | 22.75 | 5.86 | - |
| YUV | 117.53 | 92.15 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 54 | 0 | 0.72 | 0.77 | 0.06 | 4.54 | 0.85 | 0.57 |
| Hex | EF | 44 | 36 | 0 | 48 | 4D | 6 | 5 | 55 | 39 |
| Octal | 357 | 104 | 66 | 0 | 110 | 115 | 6 | 5 | 125 | 71 |
| Binary | 11101111 | 1000100 | 110110 | 0 | 1001000 | 1001101 | 110 | 101 | 1010101 | 111001 |
Color Harmonies of #EF4436
Complementary color
Monochromatic Colors of #EF4436
Black with #EF4436
Text Example
Text Example
White with #EF4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4436; }
p { color: rgb(239,68,54); }
H1.HeaderClassName
{
color: #EF4436;
}
.AnyTagClassName
{
color: #EF4436;
}
</style>
background-color css
<style>
a { background-color: #EF4436; }
a { background-color: rgb(239,68,54); }
div.DivClassName
{
background-color: #EF4436;
}
.BgClassName
{
background-color: #EF4436;
}
</style>
border-color css
<style>
span { border-color: #EF4436; }
span { border-color: rgb(239,68,54); }
td.TdClassName
{
border-color: #EF4436;
}
.TagClassName
{
border-color: #EF4436;
}
</style>