Shades of Crimson #E41D3F
Tints of Crimson #E41D3F
RGB
CMYK
RGB Variations
Color information
#E41D3F (or 0xE41D3F) is known color: Crimson. HEX triplet: E4, 1D and 3F. RGB value is (228,29,63). Sum of RGB (Red+Green+Blue) = 228+29+63=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D3F is #1BE2C0. Grayscale: #5C5C5C. Windows color (decimal): -1827521 or 4136420. OLE color: 4136420.
HSL color Cylindrical-coordinate representation of color #E41D3F: hue angle of 349.75º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41D3F is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 63 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.11 |
| HSL | 349.75º | 0.79% | 0.5% | - |
| HSV(B) | 349.75º | 0.87% | 0.89% | - |
| XYZ | 33.33 | 17.73 | 6.37 | - |
| YUV | 92.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 63 | 0 | 0.87 | 0.72 | 0.11 | 349.75 | 0.79 | 0.5 |
| Hex | E4 | 1D | 3F | 0 | 57 | 48 | B | 15E | 4F | 32 |
| Octal | 344 | 35 | 77 | 0 | 127 | 110 | 13 | 536 | 117 | 62 |
| Binary | 11100100 | 11101 | 111111 | 0 | 1010111 | 1001000 | 1011 | 101011110 | 1001111 | 110010 |
Color Harmonies of #E41D3F
Complementary color
Monochromatic Colors of #E41D3F
Black with #E41D3F
Text Example
Text Example
White with #E41D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D3F; }
p { color: rgb(228,29,63); }
H1.HeaderClassName
{
color: #E41D3F;
}
.AnyTagClassName
{
color: #E41D3F;
}
</style>
background-color css
<style>
a { background-color: #E41D3F; }
a { background-color: rgb(228,29,63); }
div.DivClassName
{
background-color: #E41D3F;
}
.BgClassName
{
background-color: #E41D3F;
}
</style>
border-color css
<style>
span { border-color: #E41D3F; }
span { border-color: rgb(228,29,63); }
td.TdClassName
{
border-color: #E41D3F;
}
.TagClassName
{
border-color: #E41D3F;
}
</style>