Shades of Crimson #E00446
Tints of Crimson #E00446
RGB
CMYK
RGB Variations
Color information
#E00446 (or 0xE00446) is known color: Crimson. HEX triplet: E0, 04 and 46. RGB value is (224,4,70). Sum of RGB (Red+Green+Blue) = 224+4+70=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E00446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00446 is #1FFBB9. Grayscale: #4D4D4D. Windows color (decimal): -2096058 or 4588768. OLE color: 4588768.
HSL color Cylindrical-coordinate representation of color #E00446: hue angle of 342º 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 #E00446 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.12 |
| HSL | 342º | 0.96% | 0.45% | - |
| HSV(B) | 342º | 0.98% | 0.88% | - |
| XYZ | 31.89 | 16.38 | 7.27 | - |
| YUV | 77.3 | 123.89 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 70 | 0 | 0.98 | 0.69 | 0.12 | 342 | 0.96 | 0.45 |
| Hex | E0 | 4 | 46 | 0 | 62 | 45 | C | 156 | 60 | 2D |
| Octal | 340 | 4 | 106 | 0 | 142 | 105 | 14 | 526 | 140 | 55 |
| Binary | 11100000 | 100 | 1000110 | 0 | 1100010 | 1000101 | 1100 | 101010110 | 1100000 | 101101 |
Color Harmonies of #E00446
Complementary color
Monochromatic Colors of #E00446
Black with #E00446
Text Example
Text Example
White with #E00446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00446; }
p { color: rgb(224,4,70); }
H1.HeaderClassName
{
color: #E00446;
}
.AnyTagClassName
{
color: #E00446;
}
</style>
background-color css
<style>
a { background-color: #E00446; }
a { background-color: rgb(224,4,70); }
div.DivClassName
{
background-color: #E00446;
}
.BgClassName
{
background-color: #E00446;
}
</style>
border-color css
<style>
span { border-color: #E00446; }
span { border-color: rgb(224,4,70); }
td.TdClassName
{
border-color: #E00446;
}
.TagClassName
{
border-color: #E00446;
}
</style>