Shades of Crimson #E00428
Tints of Crimson #E00428
RGB
CMYK
RGB Variations
Color information
#E00428 (or 0xE00428) is known color: Crimson. HEX triplet: E0, 04 and 28. RGB value is (224,4,40). Sum of RGB (Red+Green+Blue) = 224+4+40=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E00428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00428 is #1FFBD7. Grayscale: #494949. Windows color (decimal): -2096088 or 2622688. OLE color: 2622688.
HSL color Cylindrical-coordinate representation of color #E00428: hue angle of 350.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00428 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.12 |
| HSL | 350.18º | 0.96% | 0.45% | - |
| HSV(B) | 350.18º | 0.98% | 0.88% | - |
| XYZ | 31.17 | 16.09 | 3.47 | - |
| YUV | 73.88 | 108.89 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 40 | 0 | 0.98 | 0.82 | 0.12 | 350.18 | 0.96 | 0.45 |
| Hex | E0 | 4 | 28 | 0 | 62 | 52 | C | 15E | 60 | 2D |
| Octal | 340 | 4 | 50 | 0 | 142 | 122 | 14 | 536 | 140 | 55 |
| Binary | 11100000 | 100 | 101000 | 0 | 1100010 | 1010010 | 1100 | 101011110 | 1100000 | 101101 |
Color Harmonies of #E00428
Complementary color
Monochromatic Colors of #E00428
Black with #E00428
Text Example
Text Example
White with #E00428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00428; }
p { color: rgb(224,4,40); }
H1.HeaderClassName
{
color: #E00428;
}
.AnyTagClassName
{
color: #E00428;
}
</style>
background-color css
<style>
a { background-color: #E00428; }
a { background-color: rgb(224,4,40); }
div.DivClassName
{
background-color: #E00428;
}
.BgClassName
{
background-color: #E00428;
}
</style>
border-color css
<style>
span { border-color: #E00428; }
span { border-color: rgb(224,4,40); }
td.TdClassName
{
border-color: #E00428;
}
.TagClassName
{
border-color: #E00428;
}
</style>