Shades of Crimson #E40530
Tints of Crimson #E40530
RGB
CMYK
RGB Variations
Color information
#E40530 (or 0xE40530) is known color: Crimson. HEX triplet: E4, 05 and 30. RGB value is (228,5,48). Sum of RGB (Red+Green+Blue) = 228+5+48=281 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.14% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 228 - color contains mainly: red. Hex color #E40530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40530 is #1BFACF. Grayscale: #4C4C4C. Windows color (decimal): -1833680 or 3147236. OLE color: 3147236.
HSL color Cylindrical-coordinate representation of color #E40530: hue angle of 348.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40530 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.11 |
| HSL | 348.43º | 0.96% | 0.46% | - |
| HSV(B) | 348.43º | 0.98% | 0.89% | - |
| XYZ | 32.58 | 16.82 | 4.32 | - |
| YUV | 76.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 48 | 0 | 0.98 | 0.79 | 0.11 | 348.43 | 0.96 | 0.46 |
| Hex | E4 | 5 | 30 | 0 | 62 | 4F | B | 15C | 60 | 2E |
| Octal | 344 | 5 | 60 | 0 | 142 | 117 | 13 | 534 | 140 | 56 |
| Binary | 11100100 | 101 | 110000 | 0 | 1100010 | 1001111 | 1011 | 101011100 | 1100000 | 101110 |
Color Harmonies of #E40530
Complementary color
Monochromatic Colors of #E40530
Black with #E40530
Text Example
Text Example
White with #E40530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40530; }
p { color: rgb(228,5,48); }
H1.HeaderClassName
{
color: #E40530;
}
.AnyTagClassName
{
color: #E40530;
}
</style>
background-color css
<style>
a { background-color: #E40530; }
a { background-color: rgb(228,5,48); }
div.DivClassName
{
background-color: #E40530;
}
.BgClassName
{
background-color: #E40530;
}
</style>
border-color css
<style>
span { border-color: #E40530; }
span { border-color: rgb(228,5,48); }
td.TdClassName
{
border-color: #E40530;
}
.TagClassName
{
border-color: #E40530;
}
</style>