Shades of Crimson #E41C3C
Tints of Crimson #E41C3C
RGB
CMYK
RGB Variations
Color information
#E41C3C (or 0xE41C3C) is known color: Crimson. HEX triplet: E4, 1C and 3C. RGB value is (228,28,60). Sum of RGB (Red+Green+Blue) = 228+28+60=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41C3C is #1BE3C3. Grayscale: #5B5B5B. Windows color (decimal): -1827780 or 3939556. OLE color: 3939556.
HSL color Cylindrical-coordinate representation of color #E41C3C: hue angle of 350.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41C3C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 60 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.11 |
| HSL | 350.4º | 0.79% | 0.5% | - |
| HSV(B) | 350.4º | 0.88% | 0.89% | - |
| XYZ | 33.23 | 17.65 | 5.93 | - |
| YUV | 91.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 60 | 0 | 0.88 | 0.74 | 0.11 | 350.4 | 0.79 | 0.5 |
| Hex | E4 | 1C | 3C | 0 | 58 | 4A | B | 15E | 4F | 32 |
| Octal | 344 | 34 | 74 | 0 | 130 | 112 | 13 | 536 | 117 | 62 |
| Binary | 11100100 | 11100 | 111100 | 0 | 1011000 | 1001010 | 1011 | 101011110 | 1001111 | 110010 |
Color Harmonies of #E41C3C
Complementary color
Monochromatic Colors of #E41C3C
Black with #E41C3C
Text Example
Text Example
White with #E41C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C3C; }
p { color: rgb(228,28,60); }
H1.HeaderClassName
{
color: #E41C3C;
}
.AnyTagClassName
{
color: #E41C3C;
}
</style>
background-color css
<style>
a { background-color: #E41C3C; }
a { background-color: rgb(228,28,60); }
div.DivClassName
{
background-color: #E41C3C;
}
.BgClassName
{
background-color: #E41C3C;
}
</style>
border-color css
<style>
span { border-color: #E41C3C; }
span { border-color: rgb(228,28,60); }
td.TdClassName
{
border-color: #E41C3C;
}
.TagClassName
{
border-color: #E41C3C;
}
</style>