Shades of Cinnabar #EF461D
Tints of Cinnabar #EF461D
RGB
CMYK
RGB Variations
Color information
#EF461D (or 0xEF461D) is known color: Cinnabar. HEX triplet: EF, 46 and 1D. RGB value is (239,70,29). Sum of RGB (Red+Green+Blue) = 239+70+29=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF461D is #10B9E2. Grayscale: #747474. Windows color (decimal): -1096163 or 1918703. OLE color: 1918703.
HSL color Cylindrical-coordinate representation of color #EF461D: hue angle of 11.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF461D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.06 |
| HSL | 11.71º | 0.87% | 0.53% | - |
| HSV(B) | 11.71º | 0.88% | 0.94% | - |
| XYZ | 38.01 | 22.82 | 3.56 | - |
| YUV | 115.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 29 | 0 | 0.71 | 0.88 | 0.06 | 11.71 | 0.87 | 0.53 |
| Hex | EF | 46 | 1D | 0 | 47 | 58 | 6 | C | 57 | 35 |
| Octal | 357 | 106 | 35 | 0 | 107 | 130 | 6 | 14 | 127 | 65 |
| Binary | 11101111 | 1000110 | 11101 | 0 | 1000111 | 1011000 | 110 | 1100 | 1010111 | 110101 |
Color Harmonies of #EF461D
Complementary color
Monochromatic Colors of #EF461D
Black with #EF461D
Text Example
Text Example
White with #EF461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF461D; }
p { color: rgb(239,70,29); }
H1.HeaderClassName
{
color: #EF461D;
}
.AnyTagClassName
{
color: #EF461D;
}
</style>
background-color css
<style>
a { background-color: #EF461D; }
a { background-color: rgb(239,70,29); }
div.DivClassName
{
background-color: #EF461D;
}
.BgClassName
{
background-color: #EF461D;
}
</style>
border-color css
<style>
span { border-color: #EF461D; }
span { border-color: rgb(239,70,29); }
td.TdClassName
{
border-color: #EF461D;
}
.TagClassName
{
border-color: #EF461D;
}
</style>