Shades of Cinnabar #EF482B
Tints of Cinnabar #EF482B
RGB
CMYK
RGB Variations
Color information
#EF482B (or 0xEF482B) is known color: Cinnabar. HEX triplet: EF, 48 and 2B. RGB value is (239,72,43). Sum of RGB (Red+Green+Blue) = 239+72+43=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF482B is #10B7D4. Grayscale: #767676. Windows color (decimal): -1095637 or 2836719. OLE color: 2836719.
HSL color Cylindrical-coordinate representation of color #EF482B: hue angle of 8.88º 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 #EF482B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 43 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.06 |
| HSL | 8.88º | 0.86% | 0.55% | - |
| HSV(B) | 8.88º | 0.82% | 0.94% | - |
| XYZ | 38.35 | 23.16 | 4.73 | - |
| YUV | 118.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 43 | 0 | 0.70 | 0.82 | 0.06 | 8.88 | 0.86 | 0.55 |
| Hex | EF | 48 | 2B | 0 | 46 | 52 | 6 | 9 | 56 | 37 |
| Octal | 357 | 110 | 53 | 0 | 106 | 122 | 6 | 11 | 126 | 67 |
| Binary | 11101111 | 1001000 | 101011 | 0 | 1000110 | 1010010 | 110 | 1001 | 1010110 | 110111 |
Color Harmonies of #EF482B
Complementary color
Monochromatic Colors of #EF482B
Black with #EF482B
Text Example
Text Example
White with #EF482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF482B; }
p { color: rgb(239,72,43); }
H1.HeaderClassName
{
color: #EF482B;
}
.AnyTagClassName
{
color: #EF482B;
}
</style>
background-color css
<style>
a { background-color: #EF482B; }
a { background-color: rgb(239,72,43); }
div.DivClassName
{
background-color: #EF482B;
}
.BgClassName
{
background-color: #EF482B;
}
</style>
border-color css
<style>
span { border-color: #EF482B; }
span { border-color: rgb(239,72,43); }
td.TdClassName
{
border-color: #EF482B;
}
.TagClassName
{
border-color: #EF482B;
}
</style>