Shades of Cinnabar #EF3D1E
Tints of Cinnabar #EF3D1E
RGB
CMYK
RGB Variations
Color information
#EF3D1E (or 0xEF3D1E) is known color: Cinnabar. HEX triplet: EF, 3D and 1E. RGB value is (239,61,30). Sum of RGB (Red+Green+Blue) = 239+61+30=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D1E is #10C2E1. Grayscale: #6E6E6E. Windows color (decimal): -1098466 or 1981935. OLE color: 1981935.
HSL color Cylindrical-coordinate representation of color #EF3D1E: hue angle of 8.9º 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 #EF3D1E is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 30 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.06 |
| HSL | 8.9º | 0.87% | 0.53% | - |
| HSV(B) | 8.9º | 0.87% | 0.94% | - |
| XYZ | 37.5 | 21.78 | 3.46 | - |
| YUV | 110.69 | 82.47 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 30 | 0 | 0.74 | 0.87 | 0.06 | 8.9 | 0.87 | 0.53 |
| Hex | EF | 3D | 1E | 0 | 4A | 57 | 6 | 9 | 57 | 35 |
| Octal | 357 | 75 | 36 | 0 | 112 | 127 | 6 | 11 | 127 | 65 |
| Binary | 11101111 | 111101 | 11110 | 0 | 1001010 | 1010111 | 110 | 1001 | 1010111 | 110101 |
Color Harmonies of #EF3D1E
Complementary color
Monochromatic Colors of #EF3D1E
Black with #EF3D1E
Text Example
Text Example
White with #EF3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D1E; }
p { color: rgb(239,61,30); }
H1.HeaderClassName
{
color: #EF3D1E;
}
.AnyTagClassName
{
color: #EF3D1E;
}
</style>
background-color css
<style>
a { background-color: #EF3D1E; }
a { background-color: rgb(239,61,30); }
div.DivClassName
{
background-color: #EF3D1E;
}
.BgClassName
{
background-color: #EF3D1E;
}
</style>
border-color css
<style>
span { border-color: #EF3D1E; }
span { border-color: rgb(239,61,30); }
td.TdClassName
{
border-color: #EF3D1E;
}
.TagClassName
{
border-color: #EF3D1E;
}
</style>