Shades of Crimson #E4003C
Tints of Crimson #E4003C
RGB
CMYK
RGB Variations
Color information
#E4003C (or 0xE4003C) is known color: Crimson. HEX triplet: E4, 00 and 3C. RGB value is (228,0,60). Sum of RGB (Red+Green+Blue) = 228+0+60=288 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.17% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 228 - color contains mainly: red. Hex color #E4003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4003C is #1BFFC3. Grayscale: #4A4A4A. Windows color (decimal): -1834948 or 3932388. OLE color: 3932388.
HSL color Cylindrical-coordinate representation of color #E4003C: hue angle of 344.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4003C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.74 | 0.11 |
| HSL | 344.21º | 1% | 0.45% | - |
| HSV(B) | 344.21º | 1% | 0.89% | - |
| XYZ | 32.81 | 16.82 | 5.79 | - |
| YUV | 75.01 | 119.54 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 60 | 0 | 1 | 0.74 | 0.11 | 344.21 | 1 | 0.45 |
| Hex | E4 | 0 | 3C | 0 | 64 | 4A | B | 158 | 64 | 2D |
| Octal | 344 | 0 | 74 | 0 | 144 | 112 | 13 | 530 | 144 | 55 |
| Binary | 11100100 | 0 | 111100 | 0 | 1100100 | 1001010 | 1011 | 101011000 | 1100100 | 101101 |
Color Harmonies of #E4003C
Complementary color
Monochromatic Colors of #E4003C
Black with #E4003C
Text Example
Text Example
White with #E4003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4003C; }
p { color: rgb(228,0,60); }
H1.HeaderClassName
{
color: #E4003C;
}
.AnyTagClassName
{
color: #E4003C;
}
</style>
background-color css
<style>
a { background-color: #E4003C; }
a { background-color: rgb(228,0,60); }
div.DivClassName
{
background-color: #E4003C;
}
.BgClassName
{
background-color: #E4003C;
}
</style>
border-color css
<style>
span { border-color: #E4003C; }
span { border-color: rgb(228,0,60); }
td.TdClassName
{
border-color: #E4003C;
}
.TagClassName
{
border-color: #E4003C;
}
</style>