Shades of Crimson #E00D3B
Tints of Crimson #E00D3B
RGB
CMYK
RGB Variations
Color information
#E00D3B (or 0xE00D3B) is known color: Crimson. HEX triplet: E0, 0D and 3B. RGB value is (224,13,59). Sum of RGB (Red+Green+Blue) = 224+13+59=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D3B is #1FF2C4. Grayscale: #515151. Windows color (decimal): -2093765 or 3870176. OLE color: 3870176.
HSL color Cylindrical-coordinate representation of color #E00D3B: hue angle of 346.92º 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 #E00D3B is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 59 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.12 |
| HSL | 346.92º | 0.89% | 0.46% | - |
| HSV(B) | 346.92º | 0.94% | 0.88% | - |
| XYZ | 31.67 | 16.45 | 5.64 | - |
| YUV | 81.33 | 115.4 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 59 | 0 | 0.94 | 0.74 | 0.12 | 346.92 | 0.89 | 0.46 |
| Hex | E0 | D | 3B | 0 | 5E | 4A | C | 15B | 59 | 2E |
| Octal | 340 | 15 | 73 | 0 | 136 | 112 | 14 | 533 | 131 | 56 |
| Binary | 11100000 | 1101 | 111011 | 0 | 1011110 | 1001010 | 1100 | 101011011 | 1011001 | 101110 |
Color Harmonies of #E00D3B
Complementary color
Monochromatic Colors of #E00D3B
Black with #E00D3B
Text Example
Text Example
White with #E00D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D3B; }
p { color: rgb(224,13,59); }
H1.HeaderClassName
{
color: #E00D3B;
}
.AnyTagClassName
{
color: #E00D3B;
}
</style>
background-color css
<style>
a { background-color: #E00D3B; }
a { background-color: rgb(224,13,59); }
div.DivClassName
{
background-color: #E00D3B;
}
.BgClassName
{
background-color: #E00D3B;
}
</style>
border-color css
<style>
span { border-color: #E00D3B; }
span { border-color: rgb(224,13,59); }
td.TdClassName
{
border-color: #E00D3B;
}
.TagClassName
{
border-color: #E00D3B;
}
</style>