Shades of Cinnabar #E0413D
Tints of Cinnabar #E0413D
RGB
CMYK
RGB Variations
Color information
#E0413D (or 0xE0413D) is known color: Cinnabar. HEX triplet: E0, 41 and 3D. RGB value is (224,65,61). Sum of RGB (Red+Green+Blue) = 224+65+61=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0413D is #1FBEC2. Grayscale: #707070. Windows color (decimal): -2080451 or 4014560. OLE color: 4014560.
HSL color Cylindrical-coordinate representation of color #E0413D: hue angle of 1.47º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0413D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 61 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.12 |
| HSL | 1.47º | 0.72% | 0.56% | - |
| HSV(B) | 1.47º | 0.73% | 0.88% | - |
| XYZ | 33.47 | 19.96 | 6.5 | - |
| YUV | 112.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 61 | 0 | 0.71 | 0.73 | 0.12 | 1.47 | 0.72 | 0.56 |
| Hex | E0 | 41 | 3D | 0 | 47 | 49 | C | 1 | 48 | 38 |
| Octal | 340 | 101 | 75 | 0 | 107 | 111 | 14 | 1 | 110 | 70 |
| Binary | 11100000 | 1000001 | 111101 | 0 | 1000111 | 1001001 | 1100 | 1 | 1001000 | 111000 |
Color Harmonies of #E0413D
Complementary color
Monochromatic Colors of #E0413D
Black with #E0413D
Text Example
Text Example
White with #E0413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0413D; }
p { color: rgb(224,65,61); }
H1.HeaderClassName
{
color: #E0413D;
}
.AnyTagClassName
{
color: #E0413D;
}
</style>
background-color css
<style>
a { background-color: #E0413D; }
a { background-color: rgb(224,65,61); }
div.DivClassName
{
background-color: #E0413D;
}
.BgClassName
{
background-color: #E0413D;
}
</style>
border-color css
<style>
span { border-color: #E0413D; }
span { border-color: rgb(224,65,61); }
td.TdClassName
{
border-color: #E0413D;
}
.TagClassName
{
border-color: #E0413D;
}
</style>