Shades of Cinnabar #EF462C
Tints of Cinnabar #EF462C
RGB
CMYK
RGB Variations
Color information
#EF462C (or 0xEF462C) is known color: Cinnabar. HEX triplet: EF, 46 and 2C. RGB value is (239,70,44). Sum of RGB (Red+Green+Blue) = 239+70+44=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF462C is #10B9D3. Grayscale: #757575. Windows color (decimal): -1096148 or 2901743. OLE color: 2901743.
HSL color Cylindrical-coordinate representation of color #EF462C: hue angle of 8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF462C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 44 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.06 |
| HSL | 8º | 0.86% | 0.55% | - |
| HSV(B) | 8º | 0.82% | 0.94% | - |
| XYZ | 38.24 | 22.91 | 4.79 | - |
| YUV | 117.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 44 | 0 | 0.71 | 0.82 | 0.06 | 8 | 0.86 | 0.55 |
| Hex | EF | 46 | 2C | 0 | 47 | 52 | 6 | 8 | 56 | 37 |
| Octal | 357 | 106 | 54 | 0 | 107 | 122 | 6 | 10 | 126 | 67 |
| Binary | 11101111 | 1000110 | 101100 | 0 | 1000111 | 1010010 | 110 | 1000 | 1010110 | 110111 |
Color Harmonies of #EF462C
Complementary color
Monochromatic Colors of #EF462C
Black with #EF462C
Text Example
Text Example
White with #EF462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF462C; }
p { color: rgb(239,70,44); }
H1.HeaderClassName
{
color: #EF462C;
}
.AnyTagClassName
{
color: #EF462C;
}
</style>
background-color css
<style>
a { background-color: #EF462C; }
a { background-color: rgb(239,70,44); }
div.DivClassName
{
background-color: #EF462C;
}
.BgClassName
{
background-color: #EF462C;
}
</style>
border-color css
<style>
span { border-color: #EF462C; }
span { border-color: rgb(239,70,44); }
td.TdClassName
{
border-color: #EF462C;
}
.TagClassName
{
border-color: #EF462C;
}
</style>