Shades of Crimson #E0003D
Tints of Crimson #E0003D
RGB
CMYK
RGB Variations
Color information
#E0003D (or 0xE0003D) is known color: Crimson. HEX triplet: E0, 00 and 3D. RGB value is (224,0,61). Sum of RGB (Red+Green+Blue) = 224+0+61=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0003D is #1FFFC2. Grayscale: #494949. Windows color (decimal): -2097091 or 3997920. OLE color: 3997920.
HSL color Cylindrical-coordinate representation of color #E0003D: hue angle of 343.66º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0003D is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.73 | 0.12 |
| HSL | 343.66º | 1% | 0.44% | - |
| HSV(B) | 343.66º | 1% | 0.88% | - |
| XYZ | 31.58 | 16.18 | 5.87 | - |
| YUV | 73.93 | 120.71 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 61 | 0 | 1 | 0.73 | 0.12 | 343.66 | 1 | 0.44 |
| Hex | E0 | 0 | 3D | 0 | 64 | 49 | C | 158 | 64 | 2C |
| Octal | 340 | 0 | 75 | 0 | 144 | 111 | 14 | 530 | 144 | 54 |
| Binary | 11100000 | 0 | 111101 | 0 | 1100100 | 1001001 | 1100 | 101011000 | 1100100 | 101100 |
Color Harmonies of #E0003D
Complementary color
Monochromatic Colors of #E0003D
Black with #E0003D
Text Example
Text Example
White with #E0003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0003D; }
p { color: rgb(224,0,61); }
H1.HeaderClassName
{
color: #E0003D;
}
.AnyTagClassName
{
color: #E0003D;
}
</style>
background-color css
<style>
a { background-color: #E0003D; }
a { background-color: rgb(224,0,61); }
div.DivClassName
{
background-color: #E0003D;
}
.BgClassName
{
background-color: #E0003D;
}
</style>
border-color css
<style>
span { border-color: #E0003D; }
span { border-color: rgb(224,0,61); }
td.TdClassName
{
border-color: #E0003D;
}
.TagClassName
{
border-color: #E0003D;
}
</style>