Shades of Crimson #E01630
Tints of Crimson #E01630
RGB
CMYK
RGB Variations
Color information
#E01630 (or 0xE01630) is known color: Crimson. HEX triplet: E0, 16 and 30. RGB value is (224,22,48). Sum of RGB (Red+Green+Blue) = 224+22+48=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E01630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01630 is #1FE9CF. Grayscale: #555555. Windows color (decimal): -2091472 or 3151584. OLE color: 3151584.
HSL color Cylindrical-coordinate representation of color #E01630: hue angle of 352.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01630 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 48 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.12 |
| HSL | 352.28º | 0.82% | 0.48% | - |
| HSV(B) | 352.28º | 0.9% | 0.88% | - |
| XYZ | 31.56 | 16.63 | 4.34 | - |
| YUV | 85.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 48 | 0 | 0.90 | 0.79 | 0.12 | 352.28 | 0.82 | 0.48 |
| Hex | E0 | 16 | 30 | 0 | 5A | 4F | C | 160 | 52 | 30 |
| Octal | 340 | 26 | 60 | 0 | 132 | 117 | 14 | 540 | 122 | 60 |
| Binary | 11100000 | 10110 | 110000 | 0 | 1011010 | 1001111 | 1100 | 101100000 | 1010010 | 110000 |
Color Harmonies of #E01630
Complementary color
Monochromatic Colors of #E01630
Black with #E01630
Text Example
Text Example
White with #E01630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01630; }
p { color: rgb(224,22,48); }
H1.HeaderClassName
{
color: #E01630;
}
.AnyTagClassName
{
color: #E01630;
}
</style>
background-color css
<style>
a { background-color: #E01630; }
a { background-color: rgb(224,22,48); }
div.DivClassName
{
background-color: #E01630;
}
.BgClassName
{
background-color: #E01630;
}
</style>
border-color css
<style>
span { border-color: #E01630; }
span { border-color: rgb(224,22,48); }
td.TdClassName
{
border-color: #E01630;
}
.TagClassName
{
border-color: #E01630;
}
</style>