Shades of Crimson #E40225
Tints of Crimson #E40225
RGB
CMYK
RGB Variations
Color information
#E40225 (or 0xE40225) is known color: Crimson. HEX triplet: E4, 02 and 25. RGB value is (228,2,37). Sum of RGB (Red+Green+Blue) = 228+2+37=267 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.39% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 228 - color contains mainly: red. Hex color #E40225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40225 is #1BFDDA. Grayscale: #494949. Windows color (decimal): -1834459 or 2425572. OLE color: 2425572.
HSL color Cylindrical-coordinate representation of color #E40225: hue angle of 350.71º degrees, saturation: 0.98, 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 #E40225 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.11 |
| HSL | 350.71º | 0.98% | 0.45% | - |
| HSV(B) | 350.71º | 0.99% | 0.89% | - |
| XYZ | 32.35 | 16.67 | 3.26 | - |
| YUV | 73.56 | 107.37 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 37 | 0 | 0.99 | 0.84 | 0.11 | 350.71 | 0.98 | 0.45 |
| Hex | E4 | 2 | 25 | 0 | 63 | 54 | B | 15F | 62 | 2D |
| Octal | 344 | 2 | 45 | 0 | 143 | 124 | 13 | 537 | 142 | 55 |
| Binary | 11100100 | 10 | 100101 | 0 | 1100011 | 1010100 | 1011 | 101011111 | 1100010 | 101101 |
Color Harmonies of #E40225
Complementary color
Monochromatic Colors of #E40225
Black with #E40225
Text Example
Text Example
White with #E40225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40225; }
p { color: rgb(228,2,37); }
H1.HeaderClassName
{
color: #E40225;
}
.AnyTagClassName
{
color: #E40225;
}
</style>
background-color css
<style>
a { background-color: #E40225; }
a { background-color: rgb(228,2,37); }
div.DivClassName
{
background-color: #E40225;
}
.BgClassName
{
background-color: #E40225;
}
</style>
border-color css
<style>
span { border-color: #E40225; }
span { border-color: rgb(228,2,37); }
td.TdClassName
{
border-color: #E40225;
}
.TagClassName
{
border-color: #E40225;
}
</style>