Shades of Crimson #E0003C
Tints of Crimson #E0003C
RGB
CMYK
RGB Variations
Color information
#E0003C (or 0xE0003C) is known color: Crimson. HEX triplet: E0, 00 and 3C. RGB value is (224,0,60). Sum of RGB (Red+Green+Blue) = 224+0+60=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E0003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0003C is #1FFFC3. Grayscale: #494949. Windows color (decimal): -2097092 or 3932384. OLE color: 3932384.
HSL color Cylindrical-coordinate representation of color #E0003C: hue angle of 343.93º 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 #E0003C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.73 | 0.12 |
| HSL | 343.93º | 1% | 0.44% | - |
| HSV(B) | 343.93º | 1% | 0.88% | - |
| XYZ | 31.56 | 16.17 | 5.73 | - |
| YUV | 73.82 | 120.21 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 60 | 0 | 1 | 0.73 | 0.12 | 343.93 | 1 | 0.44 |
| Hex | E0 | 0 | 3C | 0 | 64 | 49 | C | 158 | 64 | 2C |
| Octal | 340 | 0 | 74 | 0 | 144 | 111 | 14 | 530 | 144 | 54 |
| Binary | 11100000 | 0 | 111100 | 0 | 1100100 | 1001001 | 1100 | 101011000 | 1100100 | 101100 |
Color Harmonies of #E0003C
Complementary color
Monochromatic Colors of #E0003C
Black with #E0003C
Text Example
Text Example
White with #E0003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0003C; }
p { color: rgb(224,0,60); }
H1.HeaderClassName
{
color: #E0003C;
}
.AnyTagClassName
{
color: #E0003C;
}
</style>
background-color css
<style>
a { background-color: #E0003C; }
a { background-color: rgb(224,0,60); }
div.DivClassName
{
background-color: #E0003C;
}
.BgClassName
{
background-color: #E0003C;
}
</style>
border-color css
<style>
span { border-color: #E0003C; }
span { border-color: rgb(224,0,60); }
td.TdClassName
{
border-color: #E0003C;
}
.TagClassName
{
border-color: #E0003C;
}
</style>