Shades of Cinnabar #E73332
Tints of Cinnabar #E73332
RGB
CMYK
RGB Variations
Color information
#E73332 (or 0xE73332) is known color: Cinnabar. HEX triplet: E7, 33 and 32. RGB value is (231,51,50). Sum of RGB (Red+Green+Blue) = 231+51+50=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E73332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73332 is #18CCCD. Grayscale: #686868. Windows color (decimal): -1625294 or 3290087. OLE color: 3290087.
HSL color Cylindrical-coordinate representation of color #E73332: hue angle of 0.33º 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 #E73332 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 51 | 50 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.09 |
| HSL | 0.33º | 0.79% | 0.55% | - |
| HSV(B) | 0.33º | 0.78% | 0.91% | - |
| XYZ | 34.71 | 19.59 | 4.97 | - |
| YUV | 104.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 51 | 50 | 0 | 0.78 | 0.78 | 0.09 | 0.33 | 0.79 | 0.55 |
| Hex | E7 | 33 | 32 | 0 | 4E | 4E | 9 | 0 | 4F | 37 |
| Octal | 347 | 63 | 62 | 0 | 116 | 116 | 11 | 0 | 117 | 67 |
| Binary | 11100111 | 110011 | 110010 | 0 | 1001110 | 1001110 | 1001 | 0 | 1001111 | 110111 |
Color Harmonies of #E73332
Complementary color
Monochromatic Colors of #E73332
Black with #E73332
Text Example
Text Example
White with #E73332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73332; }
p { color: rgb(231,51,50); }
H1.HeaderClassName
{
color: #E73332;
}
.AnyTagClassName
{
color: #E73332;
}
</style>
background-color css
<style>
a { background-color: #E73332; }
a { background-color: rgb(231,51,50); }
div.DivClassName
{
background-color: #E73332;
}
.BgClassName
{
background-color: #E73332;
}
</style>
border-color css
<style>
span { border-color: #E73332; }
span { border-color: rgb(231,51,50); }
td.TdClassName
{
border-color: #E73332;
}
.TagClassName
{
border-color: #E73332;
}
</style>