Shades of Cinnabar #EF472B
Tints of Cinnabar #EF472B
RGB
CMYK
RGB Variations
Color information
#EF472B (or 0xEF472B) is known color: Cinnabar. HEX triplet: EF, 47 and 2B. RGB value is (239,71,43). Sum of RGB (Red+Green+Blue) = 239+71+43=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF472B is #10B8D4. Grayscale: #767676. Windows color (decimal): -1095893 or 2836463. OLE color: 2836463.
HSL color Cylindrical-coordinate representation of color #EF472B: hue angle of 8.57º 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 #EF472B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 43 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.06 |
| HSL | 8.57º | 0.86% | 0.55% | - |
| HSV(B) | 8.57º | 0.82% | 0.94% | - |
| XYZ | 38.29 | 23.03 | 4.71 | - |
| YUV | 118.04 | 85.66 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 43 | 0 | 0.70 | 0.82 | 0.06 | 8.57 | 0.86 | 0.55 |
| Hex | EF | 47 | 2B | 0 | 46 | 52 | 6 | 9 | 56 | 37 |
| Octal | 357 | 107 | 53 | 0 | 106 | 122 | 6 | 11 | 126 | 67 |
| Binary | 11101111 | 1000111 | 101011 | 0 | 1000110 | 1010010 | 110 | 1001 | 1010110 | 110111 |
Color Harmonies of #EF472B
Complementary color
Monochromatic Colors of #EF472B
Black with #EF472B
Text Example
Text Example
White with #EF472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF472B; }
p { color: rgb(239,71,43); }
H1.HeaderClassName
{
color: #EF472B;
}
.AnyTagClassName
{
color: #EF472B;
}
</style>
background-color css
<style>
a { background-color: #EF472B; }
a { background-color: rgb(239,71,43); }
div.DivClassName
{
background-color: #EF472B;
}
.BgClassName
{
background-color: #EF472B;
}
</style>
border-color css
<style>
span { border-color: #EF472B; }
span { border-color: rgb(239,71,43); }
td.TdClassName
{
border-color: #EF472B;
}
.TagClassName
{
border-color: #EF472B;
}
</style>