Shades of Cinnabar #EF3C25
Tints of Cinnabar #EF3C25
RGB
CMYK
RGB Variations
Color information
#EF3C25 (or 0xEF3C25) is known color: Cinnabar. HEX triplet: EF, 3C and 25. RGB value is (239,60,37). Sum of RGB (Red+Green+Blue) = 239+60+37=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C25 is #10C3DA. Grayscale: #6F6F6F. Windows color (decimal): -1098715 or 2440431. OLE color: 2440431.
HSL color Cylindrical-coordinate representation of color #EF3C25: hue angle of 6.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF3C25 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 37 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.06 |
| HSL | 6.83º | 0.86% | 0.54% | - |
| HSV(B) | 6.83º | 0.85% | 0.94% | - |
| XYZ | 37.55 | 21.72 | 3.96 | - |
| YUV | 110.9 | 86.3 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 37 | 0 | 0.75 | 0.85 | 0.06 | 6.83 | 0.86 | 0.54 |
| Hex | EF | 3C | 25 | 0 | 4B | 55 | 6 | 7 | 56 | 36 |
| Octal | 357 | 74 | 45 | 0 | 113 | 125 | 6 | 7 | 126 | 66 |
| Binary | 11101111 | 111100 | 100101 | 0 | 1001011 | 1010101 | 110 | 111 | 1010110 | 110110 |
Color Harmonies of #EF3C25
Complementary color
Monochromatic Colors of #EF3C25
Black with #EF3C25
Text Example
Text Example
White with #EF3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C25; }
p { color: rgb(239,60,37); }
H1.HeaderClassName
{
color: #EF3C25;
}
.AnyTagClassName
{
color: #EF3C25;
}
</style>
background-color css
<style>
a { background-color: #EF3C25; }
a { background-color: rgb(239,60,37); }
div.DivClassName
{
background-color: #EF3C25;
}
.BgClassName
{
background-color: #EF3C25;
}
</style>
border-color css
<style>
span { border-color: #EF3C25; }
span { border-color: rgb(239,60,37); }
td.TdClassName
{
border-color: #EF3C25;
}
.TagClassName
{
border-color: #EF3C25;
}
</style>