Shades of Cinnabar #E74532
Tints of Cinnabar #E74532
RGB
CMYK
RGB Variations
Color information
#E74532 (or 0xE74532) is known color: Cinnabar. HEX triplet: E7, 45 and 32. RGB value is (231,69,50). Sum of RGB (Red+Green+Blue) = 231+69+50=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E74532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74532 is #18BACD. Grayscale: #737373. Windows color (decimal): -1620686 or 3294695. OLE color: 3294695.
HSL color Cylindrical-coordinate representation of color #E74532: hue angle of 6.3º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E74532 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 50 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.09 |
| HSL | 6.3º | 0.79% | 0.55% | - |
| HSV(B) | 6.3º | 0.78% | 0.91% | - |
| XYZ | 35.66 | 21.48 | 5.28 | - |
| YUV | 115.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 50 | 0 | 0.70 | 0.78 | 0.09 | 6.3 | 0.79 | 0.55 |
| Hex | E7 | 45 | 32 | 0 | 46 | 4E | 9 | 6 | 4F | 37 |
| Octal | 347 | 105 | 62 | 0 | 106 | 116 | 11 | 6 | 117 | 67 |
| Binary | 11100111 | 1000101 | 110010 | 0 | 1000110 | 1001110 | 1001 | 110 | 1001111 | 110111 |
Color Harmonies of #E74532
Complementary color
Monochromatic Colors of #E74532
Black with #E74532
Text Example
Text Example
White with #E74532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74532; }
p { color: rgb(231,69,50); }
H1.HeaderClassName
{
color: #E74532;
}
.AnyTagClassName
{
color: #E74532;
}
</style>
background-color css
<style>
a { background-color: #E74532; }
a { background-color: rgb(231,69,50); }
div.DivClassName
{
background-color: #E74532;
}
.BgClassName
{
background-color: #E74532;
}
</style>
border-color css
<style>
span { border-color: #E74532; }
span { border-color: rgb(231,69,50); }
td.TdClassName
{
border-color: #E74532;
}
.TagClassName
{
border-color: #E74532;
}
</style>