Shades of Cinnabar #E5372D
Tints of Cinnabar #E5372D
RGB
CMYK
RGB Variations
Color information
#E5372D (or 0xE5372D) is known color: Cinnabar. HEX triplet: E5, 37 and 2D. RGB value is (229,55,45). Sum of RGB (Red+Green+Blue) = 229+55+45=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5372D is #1AC8D2. Grayscale: #6A6A6A. Windows color (decimal): -1755347 or 2963429. OLE color: 2963429.
HSL color Cylindrical-coordinate representation of color #E5372D: hue angle of 3.26º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5372D is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 45 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.10 |
| HSL | 3.26º | 0.78% | 0.54% | - |
| HSV(B) | 3.26º | 0.8% | 0.9% | - |
| XYZ | 34.15 | 19.58 | 4.46 | - |
| YUV | 105.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 45 | 0 | 0.76 | 0.80 | 0.10 | 3.26 | 0.78 | 0.54 |
| Hex | E5 | 37 | 2D | 0 | 4C | 50 | A | 3 | 4E | 36 |
| Octal | 345 | 67 | 55 | 0 | 114 | 120 | 12 | 3 | 116 | 66 |
| Binary | 11100101 | 110111 | 101101 | 0 | 1001100 | 1010000 | 1010 | 11 | 1001110 | 110110 |
Color Harmonies of #E5372D
Complementary color
Monochromatic Colors of #E5372D
Black with #E5372D
Text Example
Text Example
White with #E5372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5372D; }
p { color: rgb(229,55,45); }
H1.HeaderClassName
{
color: #E5372D;
}
.AnyTagClassName
{
color: #E5372D;
}
</style>
background-color css
<style>
a { background-color: #E5372D; }
a { background-color: rgb(229,55,45); }
div.DivClassName
{
background-color: #E5372D;
}
.BgClassName
{
background-color: #E5372D;
}
</style>
border-color css
<style>
span { border-color: #E5372D; }
span { border-color: rgb(229,55,45); }
td.TdClassName
{
border-color: #E5372D;
}
.TagClassName
{
border-color: #E5372D;
}
</style>