Shades of Crimson #E00D3C
Tints of Crimson #E00D3C
RGB
CMYK
RGB Variations
Color information
#E00D3C (or 0xE00D3C) is known color: Crimson. HEX triplet: E0, 0D and 3C. RGB value is (224,13,60). Sum of RGB (Red+Green+Blue) = 224+13+60=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D3C is #1FF2C3. Grayscale: #515151. Windows color (decimal): -2093764 or 3935712. OLE color: 3935712.
HSL color Cylindrical-coordinate representation of color #E00D3C: hue angle of 346.64º 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 #E00D3C is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.12 |
| HSL | 346.64º | 0.89% | 0.46% | - |
| HSV(B) | 346.64º | 0.94% | 0.88% | - |
| XYZ | 31.7 | 16.46 | 5.78 | - |
| YUV | 81.45 | 115.9 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 60 | 0 | 0.94 | 0.73 | 0.12 | 346.64 | 0.89 | 0.46 |
| Hex | E0 | D | 3C | 0 | 5E | 49 | C | 15B | 59 | 2E |
| Octal | 340 | 15 | 74 | 0 | 136 | 111 | 14 | 533 | 131 | 56 |
| Binary | 11100000 | 1101 | 111100 | 0 | 1011110 | 1001001 | 1100 | 101011011 | 1011001 | 101110 |
Color Harmonies of #E00D3C
Complementary color
Monochromatic Colors of #E00D3C
Black with #E00D3C
Text Example
Text Example
White with #E00D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D3C; }
p { color: rgb(224,13,60); }
H1.HeaderClassName
{
color: #E00D3C;
}
.AnyTagClassName
{
color: #E00D3C;
}
</style>
background-color css
<style>
a { background-color: #E00D3C; }
a { background-color: rgb(224,13,60); }
div.DivClassName
{
background-color: #E00D3C;
}
.BgClassName
{
background-color: #E00D3C;
}
</style>
border-color css
<style>
span { border-color: #E00D3C; }
span { border-color: rgb(224,13,60); }
td.TdClassName
{
border-color: #E00D3C;
}
.TagClassName
{
border-color: #E00D3C;
}
</style>