Shades of Cinnabar #EF4621
Tints of Cinnabar #EF4621
RGB
CMYK
RGB Variations
Color information
#EF4621 (or 0xEF4621) is known color: Cinnabar. HEX triplet: EF, 46 and 21. RGB value is (239,70,33). Sum of RGB (Red+Green+Blue) = 239+70+33=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4621 is #10B9DE. Grayscale: #747474. Windows color (decimal): -1096159 or 2180847. OLE color: 2180847.
HSL color Cylindrical-coordinate representation of color #EF4621: hue angle of 10.78º 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 #EF4621 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.06 |
| HSL | 10.78º | 0.87% | 0.53% | - |
| HSV(B) | 10.78º | 0.86% | 0.94% | - |
| XYZ | 38.06 | 22.84 | 3.84 | - |
| YUV | 116.31 | 80.99 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 33 | 0 | 0.71 | 0.86 | 0.06 | 10.78 | 0.87 | 0.53 |
| Hex | EF | 46 | 21 | 0 | 47 | 56 | 6 | B | 57 | 35 |
| Octal | 357 | 106 | 41 | 0 | 107 | 126 | 6 | 13 | 127 | 65 |
| Binary | 11101111 | 1000110 | 100001 | 0 | 1000111 | 1010110 | 110 | 1011 | 1010111 | 110101 |
Color Harmonies of #EF4621
Complementary color
Monochromatic Colors of #EF4621
Black with #EF4621
Text Example
Text Example
White with #EF4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4621; }
p { color: rgb(239,70,33); }
H1.HeaderClassName
{
color: #EF4621;
}
.AnyTagClassName
{
color: #EF4621;
}
</style>
background-color css
<style>
a { background-color: #EF4621; }
a { background-color: rgb(239,70,33); }
div.DivClassName
{
background-color: #EF4621;
}
.BgClassName
{
background-color: #EF4621;
}
</style>
border-color css
<style>
span { border-color: #EF4621; }
span { border-color: rgb(239,70,33); }
td.TdClassName
{
border-color: #EF4621;
}
.TagClassName
{
border-color: #EF4621;
}
</style>