Shades of Cinnabar #EF461B
Tints of Cinnabar #EF461B
RGB
CMYK
RGB Variations
Color information
#EF461B (or 0xEF461B) is known color: Cinnabar. HEX triplet: EF, 46 and 1B. RGB value is (239,70,27). Sum of RGB (Red+Green+Blue) = 239+70+27=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF461B is #10B9E4. Grayscale: #737373. Windows color (decimal): -1096165 or 1787631. OLE color: 1787631.
HSL color Cylindrical-coordinate representation of color #EF461B: hue angle of 12.17º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF461B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.06 |
| HSL | 12.17º | 0.87% | 0.52% | - |
| HSV(B) | 12.17º | 0.89% | 0.94% | - |
| XYZ | 37.98 | 22.81 | 3.44 | - |
| YUV | 115.63 | 77.99 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 27 | 0 | 0.71 | 0.89 | 0.06 | 12.17 | 0.87 | 0.52 |
| Hex | EF | 46 | 1B | 0 | 47 | 59 | 6 | C | 57 | 34 |
| Octal | 357 | 106 | 33 | 0 | 107 | 131 | 6 | 14 | 127 | 64 |
| Binary | 11101111 | 1000110 | 11011 | 0 | 1000111 | 1011001 | 110 | 1100 | 1010111 | 110100 |
Color Harmonies of #EF461B
Complementary color
Monochromatic Colors of #EF461B
Black with #EF461B
Text Example
Text Example
White with #EF461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF461B; }
p { color: rgb(239,70,27); }
H1.HeaderClassName
{
color: #EF461B;
}
.AnyTagClassName
{
color: #EF461B;
}
</style>
background-color css
<style>
a { background-color: #EF461B; }
a { background-color: rgb(239,70,27); }
div.DivClassName
{
background-color: #EF461B;
}
.BgClassName
{
background-color: #EF461B;
}
</style>
border-color css
<style>
span { border-color: #EF461B; }
span { border-color: rgb(239,70,27); }
td.TdClassName
{
border-color: #EF461B;
}
.TagClassName
{
border-color: #EF461B;
}
</style>