Shades of Crimson #E40631
Tints of Crimson #E40631
RGB
CMYK
RGB Variations
Color information
#E40631 (or 0xE40631) is known color: Crimson. HEX triplet: E4, 06 and 31. RGB value is (228,6,49). Sum of RGB (Red+Green+Blue) = 228+6+49=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E40631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40631 is #1BF9CE. Grayscale: #4D4D4D. Windows color (decimal): -1833423 or 3213028. OLE color: 3213028.
HSL color Cylindrical-coordinate representation of color #E40631: hue angle of 348.38º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40631 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.11 |
| HSL | 348.38º | 0.95% | 0.46% | - |
| HSV(B) | 348.38º | 0.97% | 0.89% | - |
| XYZ | 32.61 | 16.85 | 4.44 | - |
| YUV | 77.28 | 112.05 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 49 | 0 | 0.97 | 0.79 | 0.11 | 348.38 | 0.95 | 0.46 |
| Hex | E4 | 6 | 31 | 0 | 61 | 4F | B | 15C | 5F | 2E |
| Octal | 344 | 6 | 61 | 0 | 141 | 117 | 13 | 534 | 137 | 56 |
| Binary | 11100100 | 110 | 110001 | 0 | 1100001 | 1001111 | 1011 | 101011100 | 1011111 | 101110 |
Color Harmonies of #E40631
Complementary color
Monochromatic Colors of #E40631
Black with #E40631
Text Example
Text Example
White with #E40631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40631; }
p { color: rgb(228,6,49); }
H1.HeaderClassName
{
color: #E40631;
}
.AnyTagClassName
{
color: #E40631;
}
</style>
background-color css
<style>
a { background-color: #E40631; }
a { background-color: rgb(228,6,49); }
div.DivClassName
{
background-color: #E40631;
}
.BgClassName
{
background-color: #E40631;
}
</style>
border-color css
<style>
span { border-color: #E40631; }
span { border-color: rgb(228,6,49); }
td.TdClassName
{
border-color: #E40631;
}
.TagClassName
{
border-color: #E40631;
}
</style>