Shades of Crimson #E41C3F
Tints of Crimson #E41C3F
RGB
CMYK
RGB Variations
Color information
#E41C3F (or 0xE41C3F) is known color: Crimson. HEX triplet: E4, 1C and 3F. RGB value is (228,28,63). Sum of RGB (Red+Green+Blue) = 228+28+63=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41C3F is #1BE3C0. Grayscale: #5B5B5B. Windows color (decimal): -1827777 or 4136164. OLE color: 4136164.
HSL color Cylindrical-coordinate representation of color #E41C3F: hue angle of 349.5º 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 #E41C3F is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 63 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.11 |
| HSL | 349.5º | 0.79% | 0.5% | - |
| HSV(B) | 349.5º | 0.88% | 0.89% | - |
| XYZ | 33.31 | 17.68 | 6.36 | - |
| YUV | 91.79 | 111.76 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 63 | 0 | 0.88 | 0.72 | 0.11 | 349.5 | 0.79 | 0.5 |
| Hex | E4 | 1C | 3F | 0 | 58 | 48 | B | 15E | 4F | 32 |
| Octal | 344 | 34 | 77 | 0 | 130 | 110 | 13 | 536 | 117 | 62 |
| Binary | 11100100 | 11100 | 111111 | 0 | 1011000 | 1001000 | 1011 | 101011110 | 1001111 | 110010 |
Color Harmonies of #E41C3F
Complementary color
Monochromatic Colors of #E41C3F
Black with #E41C3F
Text Example
Text Example
White with #E41C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C3F; }
p { color: rgb(228,28,63); }
H1.HeaderClassName
{
color: #E41C3F;
}
.AnyTagClassName
{
color: #E41C3F;
}
</style>
background-color css
<style>
a { background-color: #E41C3F; }
a { background-color: rgb(228,28,63); }
div.DivClassName
{
background-color: #E41C3F;
}
.BgClassName
{
background-color: #E41C3F;
}
</style>
border-color css
<style>
span { border-color: #E41C3F; }
span { border-color: rgb(228,28,63); }
td.TdClassName
{
border-color: #E41C3F;
}
.TagClassName
{
border-color: #E41C3F;
}
</style>