Shades of Cinnabar #EF3C1F
Tints of Cinnabar #EF3C1F
RGB
CMYK
RGB Variations
Color information
#EF3C1F (or 0xEF3C1F) is known color: Cinnabar. HEX triplet: EF, 3C and 1F. RGB value is (239,60,31). Sum of RGB (Red+Green+Blue) = 239+60+31=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C1F is #10C3E0. Grayscale: #6E6E6E. Windows color (decimal): -1098721 or 2047215. OLE color: 2047215.
HSL color Cylindrical-coordinate representation of color #EF3C1F: hue angle of 8.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF3C1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.06 |
| HSL | 8.37º | 0.87% | 0.53% | - |
| HSV(B) | 8.37º | 0.87% | 0.94% | - |
| XYZ | 37.46 | 21.68 | 3.51 | - |
| YUV | 110.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 31 | 0 | 0.75 | 0.87 | 0.06 | 8.37 | 0.87 | 0.53 |
| Hex | EF | 3C | 1F | 0 | 4B | 57 | 6 | 8 | 57 | 35 |
| Octal | 357 | 74 | 37 | 0 | 113 | 127 | 6 | 10 | 127 | 65 |
| Binary | 11101111 | 111100 | 11111 | 0 | 1001011 | 1010111 | 110 | 1000 | 1010111 | 110101 |
Color Harmonies of #EF3C1F
Complementary color
Monochromatic Colors of #EF3C1F
Black with #EF3C1F
Text Example
Text Example
White with #EF3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C1F; }
p { color: rgb(239,60,31); }
H1.HeaderClassName
{
color: #EF3C1F;
}
.AnyTagClassName
{
color: #EF3C1F;
}
</style>
background-color css
<style>
a { background-color: #EF3C1F; }
a { background-color: rgb(239,60,31); }
div.DivClassName
{
background-color: #EF3C1F;
}
.BgClassName
{
background-color: #EF3C1F;
}
</style>
border-color css
<style>
span { border-color: #EF3C1F; }
span { border-color: rgb(239,60,31); }
td.TdClassName
{
border-color: #EF3C1F;
}
.TagClassName
{
border-color: #EF3C1F;
}
</style>