Shades of Crimson #E00D3D
Tints of Crimson #E00D3D
RGB
CMYK
RGB Variations
Color information
#E00D3D (or 0xE00D3D) is known color: Crimson. HEX triplet: E0, 0D and 3D. RGB value is (224,13,61). Sum of RGB (Red+Green+Blue) = 224+13+61=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D3D is #1FF2C2. Grayscale: #515151. Windows color (decimal): -2093763 or 4001248. OLE color: 4001248.
HSL color Cylindrical-coordinate representation of color #E00D3D: hue angle of 346.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D3D is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 61 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.12 |
| HSL | 346.35º | 0.89% | 0.46% | - |
| HSV(B) | 346.35º | 0.94% | 0.88% | - |
| XYZ | 31.73 | 16.47 | 5.92 | - |
| YUV | 81.56 | 116.4 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 61 | 0 | 0.94 | 0.73 | 0.12 | 346.35 | 0.89 | 0.46 |
| Hex | E0 | D | 3D | 0 | 5E | 49 | C | 15A | 59 | 2E |
| Octal | 340 | 15 | 75 | 0 | 136 | 111 | 14 | 532 | 131 | 56 |
| Binary | 11100000 | 1101 | 111101 | 0 | 1011110 | 1001001 | 1100 | 101011010 | 1011001 | 101110 |
Color Harmonies of #E00D3D
Complementary color
Monochromatic Colors of #E00D3D
Black with #E00D3D
Text Example
Text Example
White with #E00D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D3D; }
p { color: rgb(224,13,61); }
H1.HeaderClassName
{
color: #E00D3D;
}
.AnyTagClassName
{
color: #E00D3D;
}
</style>
background-color css
<style>
a { background-color: #E00D3D; }
a { background-color: rgb(224,13,61); }
div.DivClassName
{
background-color: #E00D3D;
}
.BgClassName
{
background-color: #E00D3D;
}
</style>
border-color css
<style>
span { border-color: #E00D3D; }
span { border-color: rgb(224,13,61); }
td.TdClassName
{
border-color: #E00D3D;
}
.TagClassName
{
border-color: #E00D3D;
}
</style>