Shades of Cinnabar #E7372D
Tints of Cinnabar #E7372D
RGB
CMYK
RGB Variations
Color information
#E7372D (or 0xE7372D) is known color: Cinnabar. HEX triplet: E7, 37 and 2D. RGB value is (231,55,45). Sum of RGB (Red+Green+Blue) = 231+55+45=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7372D is #18C8D2. Grayscale: #6A6A6A. Windows color (decimal): -1624275 or 2963431. OLE color: 2963431.
HSL color Cylindrical-coordinate representation of color #E7372D: hue angle of 3.23º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7372D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.09 |
| HSL | 3.23º | 0.79% | 0.54% | - |
| HSV(B) | 3.23º | 0.81% | 0.91% | - |
| XYZ | 34.79 | 19.91 | 4.49 | - |
| YUV | 106.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 45 | 0 | 0.76 | 0.81 | 0.09 | 3.23 | 0.79 | 0.54 |
| Hex | E7 | 37 | 2D | 0 | 4C | 51 | 9 | 3 | 4F | 36 |
| Octal | 347 | 67 | 55 | 0 | 114 | 121 | 11 | 3 | 117 | 66 |
| Binary | 11100111 | 110111 | 101101 | 0 | 1001100 | 1010001 | 1001 | 11 | 1001111 | 110110 |
Color Harmonies of #E7372D
Complementary color
Monochromatic Colors of #E7372D
Black with #E7372D
Text Example
Text Example
White with #E7372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7372D; }
p { color: rgb(231,55,45); }
H1.HeaderClassName
{
color: #E7372D;
}
.AnyTagClassName
{
color: #E7372D;
}
</style>
background-color css
<style>
a { background-color: #E7372D; }
a { background-color: rgb(231,55,45); }
div.DivClassName
{
background-color: #E7372D;
}
.BgClassName
{
background-color: #E7372D;
}
</style>
border-color css
<style>
span { border-color: #E7372D; }
span { border-color: rgb(231,55,45); }
td.TdClassName
{
border-color: #E7372D;
}
.TagClassName
{
border-color: #E7372D;
}
</style>