Shades of Crimson #E40436
Tints of Crimson #E40436
RGB
CMYK
RGB Variations
Color information
#E40436 (or 0xE40436) is known color: Crimson. HEX triplet: E4, 04 and 36. RGB value is (228,4,54). Sum of RGB (Red+Green+Blue) = 228+4+54=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E40436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40436 is #1BFBC9. Grayscale: #4C4C4C. Windows color (decimal): -1833930 or 3540196. OLE color: 3540196.
HSL color Cylindrical-coordinate representation of color #E40436: hue angle of 346.61º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40436 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.11 |
| HSL | 346.61º | 0.97% | 0.45% | - |
| HSV(B) | 346.61º | 0.98% | 0.89% | - |
| XYZ | 32.7 | 16.85 | 5.02 | - |
| YUV | 76.68 | 115.21 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 54 | 0 | 0.98 | 0.76 | 0.11 | 346.61 | 0.97 | 0.45 |
| Hex | E4 | 4 | 36 | 0 | 62 | 4C | B | 15B | 61 | 2D |
| Octal | 344 | 4 | 66 | 0 | 142 | 114 | 13 | 533 | 141 | 55 |
| Binary | 11100100 | 100 | 110110 | 0 | 1100010 | 1001100 | 1011 | 101011011 | 1100001 | 101101 |
Color Harmonies of #E40436
Complementary color
Monochromatic Colors of #E40436
Black with #E40436
Text Example
Text Example
White with #E40436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40436; }
p { color: rgb(228,4,54); }
H1.HeaderClassName
{
color: #E40436;
}
.AnyTagClassName
{
color: #E40436;
}
</style>
background-color css
<style>
a { background-color: #E40436; }
a { background-color: rgb(228,4,54); }
div.DivClassName
{
background-color: #E40436;
}
.BgClassName
{
background-color: #E40436;
}
</style>
border-color css
<style>
span { border-color: #E40436; }
span { border-color: rgb(228,4,54); }
td.TdClassName
{
border-color: #E40436;
}
.TagClassName
{
border-color: #E40436;
}
</style>