Shades of Crimson #E40328
Tints of Crimson #E40328
RGB
CMYK
RGB Variations
Color information
#E40328 (or 0xE40328) is known color: Crimson. HEX triplet: E4, 03 and 28. RGB value is (228,3,40). Sum of RGB (Red+Green+Blue) = 228+3+40=271 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.13% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 228 - color contains mainly: red. Hex color #E40328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40328 is #1BFCD7. Grayscale: #4A4A4A. Windows color (decimal): -1834200 or 2622436. OLE color: 2622436.
HSL color Cylindrical-coordinate representation of color #E40328: hue angle of 350.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40328 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.11 |
| HSL | 350.13º | 0.97% | 0.45% | - |
| HSV(B) | 350.13º | 0.99% | 0.89% | - |
| XYZ | 32.41 | 16.71 | 3.53 | - |
| YUV | 74.49 | 108.54 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 40 | 0 | 0.99 | 0.82 | 0.11 | 350.13 | 0.97 | 0.45 |
| Hex | E4 | 3 | 28 | 0 | 63 | 52 | B | 15E | 61 | 2D |
| Octal | 344 | 3 | 50 | 0 | 143 | 122 | 13 | 536 | 141 | 55 |
| Binary | 11100100 | 11 | 101000 | 0 | 1100011 | 1010010 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E40328
Complementary color
Monochromatic Colors of #E40328
Black with #E40328
Text Example
Text Example
White with #E40328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40328; }
p { color: rgb(228,3,40); }
H1.HeaderClassName
{
color: #E40328;
}
.AnyTagClassName
{
color: #E40328;
}
</style>
background-color css
<style>
a { background-color: #E40328; }
a { background-color: rgb(228,3,40); }
div.DivClassName
{
background-color: #E40328;
}
.BgClassName
{
background-color: #E40328;
}
</style>
border-color css
<style>
span { border-color: #E40328; }
span { border-color: rgb(228,3,40); }
td.TdClassName
{
border-color: #E40328;
}
.TagClassName
{
border-color: #E40328;
}
</style>