Shades of Cinnabar #EF3E1E
Tints of Cinnabar #EF3E1E
RGB
CMYK
RGB Variations
Color information
#EF3E1E (or 0xEF3E1E) is known color: Cinnabar. HEX triplet: EF, 3E and 1E. RGB value is (239,62,30). Sum of RGB (Red+Green+Blue) = 239+62+30=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3E1E is #10C1E1. Grayscale: #6F6F6F. Windows color (decimal): -1098210 or 1982191. OLE color: 1982191.
HSL color Cylindrical-coordinate representation of color #EF3E1E: hue angle of 9.19º 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 #EF3E1E is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 30 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.06 |
| HSL | 9.19º | 0.87% | 0.53% | - |
| HSV(B) | 9.19º | 0.87% | 0.94% | - |
| XYZ | 37.55 | 21.89 | 3.47 | - |
| YUV | 111.28 | 82.14 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 30 | 0 | 0.74 | 0.87 | 0.06 | 9.19 | 0.87 | 0.53 |
| Hex | EF | 3E | 1E | 0 | 4A | 57 | 6 | 9 | 57 | 35 |
| Octal | 357 | 76 | 36 | 0 | 112 | 127 | 6 | 11 | 127 | 65 |
| Binary | 11101111 | 111110 | 11110 | 0 | 1001010 | 1010111 | 110 | 1001 | 1010111 | 110101 |
Color Harmonies of #EF3E1E
Complementary color
Monochromatic Colors of #EF3E1E
Black with #EF3E1E
Text Example
Text Example
White with #EF3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3E1E; }
p { color: rgb(239,62,30); }
H1.HeaderClassName
{
color: #EF3E1E;
}
.AnyTagClassName
{
color: #EF3E1E;
}
</style>
background-color css
<style>
a { background-color: #EF3E1E; }
a { background-color: rgb(239,62,30); }
div.DivClassName
{
background-color: #EF3E1E;
}
.BgClassName
{
background-color: #EF3E1E;
}
</style>
border-color css
<style>
span { border-color: #EF3E1E; }
span { border-color: rgb(239,62,30); }
td.TdClassName
{
border-color: #EF3E1E;
}
.TagClassName
{
border-color: #EF3E1E;
}
</style>