Shades of Cinnabar #EF4520
Tints of Cinnabar #EF4520
RGB
CMYK
RGB Variations
Color information
#EF4520 (or 0xEF4520) is known color: Cinnabar. HEX triplet: EF, 45 and 20. RGB value is (239,69,32). Sum of RGB (Red+Green+Blue) = 239+69+32=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4520 is #10BADF. Grayscale: #737373. Windows color (decimal): -1096416 or 2115055. OLE color: 2115055.
HSL color Cylindrical-coordinate representation of color #EF4520: hue angle of 10.72º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF4520 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 32 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.06 |
| HSL | 10.72º | 0.87% | 0.53% | - |
| HSV(B) | 10.72º | 0.87% | 0.94% | - |
| XYZ | 37.99 | 22.71 | 3.75 | - |
| YUV | 115.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 32 | 0 | 0.71 | 0.87 | 0.06 | 10.72 | 0.87 | 0.53 |
| Hex | EF | 45 | 20 | 0 | 47 | 57 | 6 | B | 57 | 35 |
| Octal | 357 | 105 | 40 | 0 | 107 | 127 | 6 | 13 | 127 | 65 |
| Binary | 11101111 | 1000101 | 100000 | 0 | 1000111 | 1010111 | 110 | 1011 | 1010111 | 110101 |
Color Harmonies of #EF4520
Complementary color
Monochromatic Colors of #EF4520
Black with #EF4520
Text Example
Text Example
White with #EF4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4520; }
p { color: rgb(239,69,32); }
H1.HeaderClassName
{
color: #EF4520;
}
.AnyTagClassName
{
color: #EF4520;
}
</style>
background-color css
<style>
a { background-color: #EF4520; }
a { background-color: rgb(239,69,32); }
div.DivClassName
{
background-color: #EF4520;
}
.BgClassName
{
background-color: #EF4520;
}
</style>
border-color css
<style>
span { border-color: #EF4520; }
span { border-color: rgb(239,69,32); }
td.TdClassName
{
border-color: #EF4520;
}
.TagClassName
{
border-color: #EF4520;
}
</style>