Shades of Crimson #E41733
Tints of Crimson #E41733
RGB
CMYK
RGB Variations
Color information
#E41733 (or 0xE41733) is known color: Crimson. HEX triplet: E4, 17 and 33. RGB value is (228,23,51). Sum of RGB (Red+Green+Blue) = 228+23+51=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E41733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41733 is #1BE8CC. Grayscale: #575757. Windows color (decimal): -1829069 or 3348452. OLE color: 3348452.
HSL color Cylindrical-coordinate representation of color #E41733: hue angle of 351.8º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41733 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 51 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.11 |
| HSL | 351.8º | 0.82% | 0.49% | - |
| HSV(B) | 351.8º | 0.9% | 0.89% | - |
| XYZ | 32.9 | 17.35 | 4.75 | - |
| YUV | 87.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 51 | 0 | 0.90 | 0.78 | 0.11 | 351.8 | 0.82 | 0.49 |
| Hex | E4 | 17 | 33 | 0 | 5A | 4E | B | 160 | 52 | 31 |
| Octal | 344 | 27 | 63 | 0 | 132 | 116 | 13 | 540 | 122 | 61 |
| Binary | 11100100 | 10111 | 110011 | 0 | 1011010 | 1001110 | 1011 | 101100000 | 1010010 | 110001 |
Color Harmonies of #E41733
Complementary color
Monochromatic Colors of #E41733
Black with #E41733
Text Example
Text Example
White with #E41733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41733; }
p { color: rgb(228,23,51); }
H1.HeaderClassName
{
color: #E41733;
}
.AnyTagClassName
{
color: #E41733;
}
</style>
background-color css
<style>
a { background-color: #E41733; }
a { background-color: rgb(228,23,51); }
div.DivClassName
{
background-color: #E41733;
}
.BgClassName
{
background-color: #E41733;
}
</style>
border-color css
<style>
span { border-color: #E41733; }
span { border-color: rgb(228,23,51); }
td.TdClassName
{
border-color: #E41733;
}
.TagClassName
{
border-color: #E41733;
}
</style>