Shades of Cinnabar #E74324
Tints of Cinnabar #E74324
RGB
CMYK
RGB Variations
Color information
#E74324 (or 0xE74324) is known color: Cinnabar. HEX triplet: E7, 43 and 24. RGB value is (231,67,36). Sum of RGB (Red+Green+Blue) = 231+67+36=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E74324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74324 is #18BCDB. Grayscale: #707070. Windows color (decimal): -1621212 or 2376679. OLE color: 2376679.
HSL color Cylindrical-coordinate representation of color #E74324: hue angle of 9.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E74324 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 36 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.09 |
| HSL | 9.54º | 0.8% | 0.52% | - |
| HSV(B) | 9.54º | 0.84% | 0.91% | - |
| XYZ | 35.28 | 21.13 | 3.89 | - |
| YUV | 112.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 36 | 0 | 0.71 | 0.84 | 0.09 | 9.54 | 0.8 | 0.52 |
| Hex | E7 | 43 | 24 | 0 | 47 | 54 | 9 | A | 50 | 34 |
| Octal | 347 | 103 | 44 | 0 | 107 | 124 | 11 | 12 | 120 | 64 |
| Binary | 11100111 | 1000011 | 100100 | 0 | 1000111 | 1010100 | 1001 | 1010 | 1010000 | 110100 |
Color Harmonies of #E74324
Complementary color
Monochromatic Colors of #E74324
Black with #E74324
Text Example
Text Example
White with #E74324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74324; }
p { color: rgb(231,67,36); }
H1.HeaderClassName
{
color: #E74324;
}
.AnyTagClassName
{
color: #E74324;
}
</style>
background-color css
<style>
a { background-color: #E74324; }
a { background-color: rgb(231,67,36); }
div.DivClassName
{
background-color: #E74324;
}
.BgClassName
{
background-color: #E74324;
}
</style>
border-color css
<style>
span { border-color: #E74324; }
span { border-color: rgb(231,67,36); }
td.TdClassName
{
border-color: #E74324;
}
.TagClassName
{
border-color: #E74324;
}
</style>