Shades of Cinnabar #EF3C1E
Tints of Cinnabar #EF3C1E
RGB
CMYK
RGB Variations
Color information
#EF3C1E (or 0xEF3C1E) is known color: Cinnabar. HEX triplet: EF, 3C and 1E. RGB value is (239,60,30). Sum of RGB (Red+Green+Blue) = 239+60+30=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C1E is #10C3E1. Grayscale: #6E6E6E. Windows color (decimal): -1098722 or 1981679. OLE color: 1981679.
HSL color Cylindrical-coordinate representation of color #EF3C1E: hue angle of 8.61º 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 #EF3C1E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 30 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.06 |
| HSL | 8.61º | 0.87% | 0.53% | - |
| HSV(B) | 8.61º | 0.87% | 0.94% | - |
| XYZ | 37.45 | 21.68 | 3.44 | - |
| YUV | 110.1 | 82.8 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 30 | 0 | 0.75 | 0.87 | 0.06 | 8.61 | 0.87 | 0.53 |
| Hex | EF | 3C | 1E | 0 | 4B | 57 | 6 | 9 | 57 | 35 |
| Octal | 357 | 74 | 36 | 0 | 113 | 127 | 6 | 11 | 127 | 65 |
| Binary | 11101111 | 111100 | 11110 | 0 | 1001011 | 1010111 | 110 | 1001 | 1010111 | 110101 |
Color Harmonies of #EF3C1E
Complementary color
Monochromatic Colors of #EF3C1E
Black with #EF3C1E
Text Example
Text Example
White with #EF3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C1E; }
p { color: rgb(239,60,30); }
H1.HeaderClassName
{
color: #EF3C1E;
}
.AnyTagClassName
{
color: #EF3C1E;
}
</style>
background-color css
<style>
a { background-color: #EF3C1E; }
a { background-color: rgb(239,60,30); }
div.DivClassName
{
background-color: #EF3C1E;
}
.BgClassName
{
background-color: #EF3C1E;
}
</style>
border-color css
<style>
span { border-color: #EF3C1E; }
span { border-color: rgb(239,60,30); }
td.TdClassName
{
border-color: #EF3C1E;
}
.TagClassName
{
border-color: #EF3C1E;
}
</style>