Shades of Cinnabar #EF2F1E
Tints of Cinnabar #EF2F1E
RGB
CMYK
RGB Variations
Color information
#EF2F1E (or 0xEF2F1E) is known color: Cinnabar. HEX triplet: EF, 2F and 1E. RGB value is (239,47,30). Sum of RGB (Red+Green+Blue) = 239+47+30=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F1E is #10D0E1. Grayscale: #666666. Windows color (decimal): -1102050 or 1978351. OLE color: 1978351.
HSL color Cylindrical-coordinate representation of color #EF2F1E: hue angle of 4.88º 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 #EF2F1E is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 30 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.06 |
| HSL | 4.88º | 0.87% | 0.53% | - |
| HSV(B) | 4.88º | 0.87% | 0.94% | - |
| XYZ | 36.85 | 20.48 | 3.24 | - |
| YUV | 102.47 | 87.11 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 30 | 0 | 0.80 | 0.87 | 0.06 | 4.88 | 0.87 | 0.53 |
| Hex | EF | 2F | 1E | 0 | 50 | 57 | 6 | 5 | 57 | 35 |
| Octal | 357 | 57 | 36 | 0 | 120 | 127 | 6 | 5 | 127 | 65 |
| Binary | 11101111 | 101111 | 11110 | 0 | 1010000 | 1010111 | 110 | 101 | 1010111 | 110101 |
Color Harmonies of #EF2F1E
Complementary color
Monochromatic Colors of #EF2F1E
Black with #EF2F1E
Text Example
Text Example
White with #EF2F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F1E; }
p { color: rgb(239,47,30); }
H1.HeaderClassName
{
color: #EF2F1E;
}
.AnyTagClassName
{
color: #EF2F1E;
}
</style>
background-color css
<style>
a { background-color: #EF2F1E; }
a { background-color: rgb(239,47,30); }
div.DivClassName
{
background-color: #EF2F1E;
}
.BgClassName
{
background-color: #EF2F1E;
}
</style>
border-color css
<style>
span { border-color: #EF2F1E; }
span { border-color: rgb(239,47,30); }
td.TdClassName
{
border-color: #EF2F1E;
}
.TagClassName
{
border-color: #EF2F1E;
}
</style>