Shades of Cinnabar #E5413D
Tints of Cinnabar #E5413D
RGB
CMYK
RGB Variations
Color information
#E5413D (or 0xE5413D) is known color: Cinnabar. HEX triplet: E5, 41 and 3D. RGB value is (229,65,61). Sum of RGB (Red+Green+Blue) = 229+65+61=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5413D is #1ABEC2. Grayscale: #717171. Windows color (decimal): -1752771 or 4014565. OLE color: 4014565.
HSL color Cylindrical-coordinate representation of color #E5413D: hue angle of 1.43º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5413D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 61 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.10 |
| HSL | 1.43º | 0.76% | 0.57% | - |
| HSV(B) | 1.43º | 0.73% | 0.9% | - |
| XYZ | 35.05 | 20.78 | 6.58 | - |
| YUV | 113.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 61 | 0 | 0.72 | 0.73 | 0.10 | 1.43 | 0.76 | 0.57 |
| Hex | E5 | 41 | 3D | 0 | 48 | 49 | A | 1 | 4C | 39 |
| Octal | 345 | 101 | 75 | 0 | 110 | 111 | 12 | 1 | 114 | 71 |
| Binary | 11100101 | 1000001 | 111101 | 0 | 1001000 | 1001001 | 1010 | 1 | 1001100 | 111001 |
Color Harmonies of #E5413D
Complementary color
Monochromatic Colors of #E5413D
Black with #E5413D
Text Example
Text Example
White with #E5413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5413D; }
p { color: rgb(229,65,61); }
H1.HeaderClassName
{
color: #E5413D;
}
.AnyTagClassName
{
color: #E5413D;
}
</style>
background-color css
<style>
a { background-color: #E5413D; }
a { background-color: rgb(229,65,61); }
div.DivClassName
{
background-color: #E5413D;
}
.BgClassName
{
background-color: #E5413D;
}
</style>
border-color css
<style>
span { border-color: #E5413D; }
span { border-color: rgb(229,65,61); }
td.TdClassName
{
border-color: #E5413D;
}
.TagClassName
{
border-color: #E5413D;
}
</style>