Shades of Cinnabar #E74321
Tints of Cinnabar #E74321
RGB
CMYK
RGB Variations
Color information
#E74321 (or 0xE74321) is known color: Cinnabar. HEX triplet: E7, 43 and 21. RGB value is (231,67,33). Sum of RGB (Red+Green+Blue) = 231+67+33=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E74321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74321 is #18BCDE. Grayscale: #707070. Windows color (decimal): -1621215 or 2180071. OLE color: 2180071.
HSL color Cylindrical-coordinate representation of color #E74321: hue angle of 10.3º 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 #E74321 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.09 |
| HSL | 10.3º | 0.8% | 0.52% | - |
| HSV(B) | 10.3º | 0.86% | 0.91% | - |
| XYZ | 35.24 | 21.11 | 3.66 | - |
| YUV | 112.16 | 83.33 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 33 | 0 | 0.71 | 0.86 | 0.09 | 10.3 | 0.8 | 0.52 |
| Hex | E7 | 43 | 21 | 0 | 47 | 56 | 9 | A | 50 | 34 |
| Octal | 347 | 103 | 41 | 0 | 107 | 126 | 11 | 12 | 120 | 64 |
| Binary | 11100111 | 1000011 | 100001 | 0 | 1000111 | 1010110 | 1001 | 1010 | 1010000 | 110100 |
Color Harmonies of #E74321
Complementary color
Monochromatic Colors of #E74321
Black with #E74321
Text Example
Text Example
White with #E74321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74321; }
p { color: rgb(231,67,33); }
H1.HeaderClassName
{
color: #E74321;
}
.AnyTagClassName
{
color: #E74321;
}
</style>
background-color css
<style>
a { background-color: #E74321; }
a { background-color: rgb(231,67,33); }
div.DivClassName
{
background-color: #E74321;
}
.BgClassName
{
background-color: #E74321;
}
</style>
border-color css
<style>
span { border-color: #E74321; }
span { border-color: rgb(231,67,33); }
td.TdClassName
{
border-color: #E74321;
}
.TagClassName
{
border-color: #E74321;
}
</style>