Shades of Cinnabar #E73D32
Tints of Cinnabar #E73D32
RGB
CMYK
RGB Variations
Color information
#E73D32 (or 0xE73D32) is known color: Cinnabar. HEX triplet: E7, 3D and 32. RGB value is (231,61,50). Sum of RGB (Red+Green+Blue) = 231+61+50=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D32 is #18C2CD. Grayscale: #6E6E6E. Windows color (decimal): -1622734 or 3292647. OLE color: 3292647.
HSL color Cylindrical-coordinate representation of color #E73D32: hue angle of 3.65º 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 #E73D32 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 50 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.09 |
| HSL | 3.65º | 0.79% | 0.55% | - |
| HSV(B) | 3.65º | 0.78% | 0.91% | - |
| XYZ | 35.2 | 20.56 | 5.13 | - |
| YUV | 110.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 50 | 0 | 0.74 | 0.78 | 0.09 | 3.65 | 0.79 | 0.55 |
| Hex | E7 | 3D | 32 | 0 | 4A | 4E | 9 | 4 | 4F | 37 |
| Octal | 347 | 75 | 62 | 0 | 112 | 116 | 11 | 4 | 117 | 67 |
| Binary | 11100111 | 111101 | 110010 | 0 | 1001010 | 1001110 | 1001 | 100 | 1001111 | 110111 |
Color Harmonies of #E73D32
Complementary color
Monochromatic Colors of #E73D32
Black with #E73D32
Text Example
Text Example
White with #E73D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D32; }
p { color: rgb(231,61,50); }
H1.HeaderClassName
{
color: #E73D32;
}
.AnyTagClassName
{
color: #E73D32;
}
</style>
background-color css
<style>
a { background-color: #E73D32; }
a { background-color: rgb(231,61,50); }
div.DivClassName
{
background-color: #E73D32;
}
.BgClassName
{
background-color: #E73D32;
}
</style>
border-color css
<style>
span { border-color: #E73D32; }
span { border-color: rgb(231,61,50); }
td.TdClassName
{
border-color: #E73D32;
}
.TagClassName
{
border-color: #E73D32;
}
</style>