Shades of Crimson #E00945
Tints of Crimson #E00945
RGB
CMYK
RGB Variations
Color information
#E00945 (or 0xE00945) is known color: Crimson. HEX triplet: E0, 09 and 45. RGB value is (224,9,69). Sum of RGB (Red+Green+Blue) = 224+9+69=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E00945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00945 is #1FF6BA. Grayscale: #505050. Windows color (decimal): -2094779 or 4524512. OLE color: 4524512.
HSL color Cylindrical-coordinate representation of color #E00945: hue angle of 343.26º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00945 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.12 |
| HSL | 343.26º | 0.92% | 0.46% | - |
| HSV(B) | 343.26º | 0.96% | 0.88% | - |
| XYZ | 31.91 | 16.47 | 7.13 | - |
| YUV | 80.13 | 121.73 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 69 | 0 | 0.96 | 0.69 | 0.12 | 343.26 | 0.92 | 0.46 |
| Hex | E0 | 9 | 45 | 0 | 60 | 45 | C | 157 | 5C | 2E |
| Octal | 340 | 11 | 105 | 0 | 140 | 105 | 14 | 527 | 134 | 56 |
| Binary | 11100000 | 1001 | 1000101 | 0 | 1100000 | 1000101 | 1100 | 101010111 | 1011100 | 101110 |
Color Harmonies of #E00945
Complementary color
Monochromatic Colors of #E00945
Black with #E00945
Text Example
Text Example
White with #E00945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00945; }
p { color: rgb(224,9,69); }
H1.HeaderClassName
{
color: #E00945;
}
.AnyTagClassName
{
color: #E00945;
}
</style>
background-color css
<style>
a { background-color: #E00945; }
a { background-color: rgb(224,9,69); }
div.DivClassName
{
background-color: #E00945;
}
.BgClassName
{
background-color: #E00945;
}
</style>
border-color css
<style>
span { border-color: #E00945; }
span { border-color: rgb(224,9,69); }
td.TdClassName
{
border-color: #E00945;
}
.TagClassName
{
border-color: #E00945;
}
</style>