Shades of Crimson #E40130
Tints of Crimson #E40130
RGB
CMYK
RGB Variations
Color information
#E40130 (or 0xE40130) is known color: Crimson. HEX triplet: E4, 01 and 30. RGB value is (228,1,48). Sum of RGB (Red+Green+Blue) = 228+1+48=277 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.31% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 228 - color contains mainly: red. Hex color #E40130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40130 is #1BFECF. Grayscale: #4A4A4A. Windows color (decimal): -1834704 or 3146212. OLE color: 3146212.
HSL color Cylindrical-coordinate representation of color #E40130: hue angle of 347.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40130 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.11 |
| HSL | 347.58º | 0.99% | 0.45% | - |
| HSV(B) | 347.58º | 1% | 0.89% | - |
| XYZ | 32.54 | 16.73 | 4.31 | - |
| YUV | 74.23 | 113.21 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 48 | 0 | 1.00 | 0.79 | 0.11 | 347.58 | 0.99 | 0.45 |
| Hex | E4 | 1 | 30 | 0 | 64 | 4F | B | 15C | 63 | 2D |
| Octal | 344 | 1 | 60 | 0 | 144 | 117 | 13 | 534 | 143 | 55 |
| Binary | 11100100 | 1 | 110000 | 0 | 1100100 | 1001111 | 1011 | 101011100 | 1100011 | 101101 |
Color Harmonies of #E40130
Complementary color
Monochromatic Colors of #E40130
Black with #E40130
Text Example
Text Example
White with #E40130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40130; }
p { color: rgb(228,1,48); }
H1.HeaderClassName
{
color: #E40130;
}
.AnyTagClassName
{
color: #E40130;
}
</style>
background-color css
<style>
a { background-color: #E40130; }
a { background-color: rgb(228,1,48); }
div.DivClassName
{
background-color: #E40130;
}
.BgClassName
{
background-color: #E40130;
}
</style>
border-color css
<style>
span { border-color: #E40130; }
span { border-color: rgb(228,1,48); }
td.TdClassName
{
border-color: #E40130;
}
.TagClassName
{
border-color: #E40130;
}
</style>