Shades of Cinnabar #E74F21
Tints of Cinnabar #E74F21
RGB
CMYK
RGB Variations
Color information
#E74F21 (or 0xE74F21) is known color: Cinnabar. HEX triplet: E7, 4F and 21. RGB value is (231,79,33). Sum of RGB (Red+Green+Blue) = 231+79+33=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74F21 is #18B0DE. Grayscale: #777777. Windows color (decimal): -1618143 or 2183143. OLE color: 2183143.
HSL color Cylindrical-coordinate representation of color #E74F21: hue angle of 13.94º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E74F21 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 33 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.09 |
| HSL | 13.94º | 0.8% | 0.52% | - |
| HSV(B) | 13.94º | 0.86% | 0.91% | - |
| XYZ | 36.03 | 22.69 | 3.92 | - |
| YUV | 119.2 | 79.36 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 33 | 0 | 0.66 | 0.86 | 0.09 | 13.94 | 0.8 | 0.52 |
| Hex | E7 | 4F | 21 | 0 | 42 | 56 | 9 | E | 50 | 34 |
| Octal | 347 | 117 | 41 | 0 | 102 | 126 | 11 | 16 | 120 | 64 |
| Binary | 11100111 | 1001111 | 100001 | 0 | 1000010 | 1010110 | 1001 | 1110 | 1010000 | 110100 |
Color Harmonies of #E74F21
Complementary color
Monochromatic Colors of #E74F21
Black with #E74F21
Text Example
Text Example
White with #E74F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F21; }
p { color: rgb(231,79,33); }
H1.HeaderClassName
{
color: #E74F21;
}
.AnyTagClassName
{
color: #E74F21;
}
</style>
background-color css
<style>
a { background-color: #E74F21; }
a { background-color: rgb(231,79,33); }
div.DivClassName
{
background-color: #E74F21;
}
.BgClassName
{
background-color: #E74F21;
}
</style>
border-color css
<style>
span { border-color: #E74F21; }
span { border-color: rgb(231,79,33); }
td.TdClassName
{
border-color: #E74F21;
}
.TagClassName
{
border-color: #E74F21;
}
</style>