Shades of Cinnabar #EF3C27
Tints of Cinnabar #EF3C27
RGB
CMYK
RGB Variations
Color information
#EF3C27 (or 0xEF3C27) is known color: Cinnabar. HEX triplet: EF, 3C and 27. RGB value is (239,60,39). Sum of RGB (Red+Green+Blue) = 239+60+39=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C27 is #10C3D8. Grayscale: #6F6F6F. Windows color (decimal): -1098713 or 2571503. OLE color: 2571503.
HSL color Cylindrical-coordinate representation of color #EF3C27: hue angle of 6.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF3C27 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 39 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.06 |
| HSL | 6.3º | 0.86% | 0.55% | - |
| HSV(B) | 6.3º | 0.84% | 0.94% | - |
| XYZ | 37.58 | 21.73 | 4.13 | - |
| YUV | 111.13 | 87.3 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 39 | 0 | 0.75 | 0.84 | 0.06 | 6.3 | 0.86 | 0.55 |
| Hex | EF | 3C | 27 | 0 | 4B | 54 | 6 | 6 | 56 | 37 |
| Octal | 357 | 74 | 47 | 0 | 113 | 124 | 6 | 6 | 126 | 67 |
| Binary | 11101111 | 111100 | 100111 | 0 | 1001011 | 1010100 | 110 | 110 | 1010110 | 110111 |
Color Harmonies of #EF3C27
Complementary color
Monochromatic Colors of #EF3C27
Black with #EF3C27
Text Example
Text Example
White with #EF3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C27; }
p { color: rgb(239,60,39); }
H1.HeaderClassName
{
color: #EF3C27;
}
.AnyTagClassName
{
color: #EF3C27;
}
</style>
background-color css
<style>
a { background-color: #EF3C27; }
a { background-color: rgb(239,60,39); }
div.DivClassName
{
background-color: #EF3C27;
}
.BgClassName
{
background-color: #EF3C27;
}
</style>
border-color css
<style>
span { border-color: #EF3C27; }
span { border-color: rgb(239,60,39); }
td.TdClassName
{
border-color: #EF3C27;
}
.TagClassName
{
border-color: #EF3C27;
}
</style>