Shades of Cinnabar #E53D38
Tints of Cinnabar #E53D38
RGB
CMYK
RGB Variations
Color information
#E53D38 (or 0xE53D38) is known color: Cinnabar. HEX triplet: E5, 3D and 38. RGB value is (229,61,56). Sum of RGB (Red+Green+Blue) = 229+61+56=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D38 is #1AC2C7. Grayscale: #6E6E6E. Windows color (decimal): -1753800 or 3685861. OLE color: 3685861.
HSL color Cylindrical-coordinate representation of color #E53D38: hue angle of 1.73º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53D38 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 56 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.10 |
| HSL | 1.73º | 0.77% | 0.56% | - |
| HSV(B) | 1.73º | 0.76% | 0.9% | - |
| XYZ | 34.7 | 20.28 | 5.83 | - |
| YUV | 110.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 56 | 0 | 0.73 | 0.76 | 0.10 | 1.73 | 0.77 | 0.56 |
| Hex | E5 | 3D | 38 | 0 | 49 | 4C | A | 2 | 4D | 38 |
| Octal | 345 | 75 | 70 | 0 | 111 | 114 | 12 | 2 | 115 | 70 |
| Binary | 11100101 | 111101 | 111000 | 0 | 1001001 | 1001100 | 1010 | 10 | 1001101 | 111000 |
Color Harmonies of #E53D38
Complementary color
Monochromatic Colors of #E53D38
Black with #E53D38
Text Example
Text Example
White with #E53D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D38; }
p { color: rgb(229,61,56); }
H1.HeaderClassName
{
color: #E53D38;
}
.AnyTagClassName
{
color: #E53D38;
}
</style>
background-color css
<style>
a { background-color: #E53D38; }
a { background-color: rgb(229,61,56); }
div.DivClassName
{
background-color: #E53D38;
}
.BgClassName
{
background-color: #E53D38;
}
</style>
border-color css
<style>
span { border-color: #E53D38; }
span { border-color: rgb(229,61,56); }
td.TdClassName
{
border-color: #E53D38;
}
.TagClassName
{
border-color: #E53D38;
}
</style>