Shades of Cinnabar #E13D1D
Tints of Cinnabar #E13D1D
RGB
CMYK
RGB Variations
Color information
#E13D1D (or 0xE13D1D) is known color: Cinnabar. HEX triplet: E1, 3D and 1D. RGB value is (225,61,29). Sum of RGB (Red+Green+Blue) = 225+61+29=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D1D is #1EC2E2. Grayscale: #6A6A6A. Windows color (decimal): -2015971 or 1916385. OLE color: 1916385.
HSL color Cylindrical-coordinate representation of color #E13D1D: hue angle of 9.8º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E13D1D is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 29 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.12 |
| HSL | 9.8º | 0.77% | 0.5% | - |
| HSV(B) | 9.8º | 0.87% | 0.88% | - |
| XYZ | 32.94 | 19.43 | 3.18 | - |
| YUV | 106.39 | 84.33 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 29 | 0 | 0.73 | 0.87 | 0.12 | 9.8 | 0.77 | 0.5 |
| Hex | E1 | 3D | 1D | 0 | 49 | 57 | C | A | 4D | 32 |
| Octal | 341 | 75 | 35 | 0 | 111 | 127 | 14 | 12 | 115 | 62 |
| Binary | 11100001 | 111101 | 11101 | 0 | 1001001 | 1010111 | 1100 | 1010 | 1001101 | 110010 |
Color Harmonies of #E13D1D
Complementary color
Monochromatic Colors of #E13D1D
Black with #E13D1D
Text Example
Text Example
White with #E13D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D1D; }
p { color: rgb(225,61,29); }
H1.HeaderClassName
{
color: #E13D1D;
}
.AnyTagClassName
{
color: #E13D1D;
}
</style>
background-color css
<style>
a { background-color: #E13D1D; }
a { background-color: rgb(225,61,29); }
div.DivClassName
{
background-color: #E13D1D;
}
.BgClassName
{
background-color: #E13D1D;
}
</style>
border-color css
<style>
span { border-color: #E13D1D; }
span { border-color: rgb(225,61,29); }
td.TdClassName
{
border-color: #E13D1D;
}
.TagClassName
{
border-color: #E13D1D;
}
</style>