Shades of Cinnabar #EF4521
Tints of Cinnabar #EF4521
RGB
CMYK
RGB Variations
Color information
#EF4521 (or 0xEF4521) is known color: Cinnabar. HEX triplet: EF, 45 and 21. RGB value is (239,69,33). Sum of RGB (Red+Green+Blue) = 239+69+33=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4521 is #10BADE. Grayscale: #747474. Windows color (decimal): -1096415 or 2180591. OLE color: 2180591.
HSL color Cylindrical-coordinate representation of color #EF4521: hue angle of 10.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF4521 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.06 |
| HSL | 10.49º | 0.87% | 0.53% | - |
| HSV(B) | 10.49º | 0.86% | 0.94% | - |
| XYZ | 38 | 22.72 | 3.82 | - |
| YUV | 115.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 33 | 0 | 0.71 | 0.86 | 0.06 | 10.49 | 0.87 | 0.53 |
| Hex | EF | 45 | 21 | 0 | 47 | 56 | 6 | A | 57 | 35 |
| Octal | 357 | 105 | 41 | 0 | 107 | 126 | 6 | 12 | 127 | 65 |
| Binary | 11101111 | 1000101 | 100001 | 0 | 1000111 | 1010110 | 110 | 1010 | 1010111 | 110101 |
Color Harmonies of #EF4521
Complementary color
Monochromatic Colors of #EF4521
Black with #EF4521
Text Example
Text Example
White with #EF4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4521; }
p { color: rgb(239,69,33); }
H1.HeaderClassName
{
color: #EF4521;
}
.AnyTagClassName
{
color: #EF4521;
}
</style>
background-color css
<style>
a { background-color: #EF4521; }
a { background-color: rgb(239,69,33); }
div.DivClassName
{
background-color: #EF4521;
}
.BgClassName
{
background-color: #EF4521;
}
</style>
border-color css
<style>
span { border-color: #EF4521; }
span { border-color: rgb(239,69,33); }
td.TdClassName
{
border-color: #EF4521;
}
.TagClassName
{
border-color: #EF4521;
}
</style>