Shades of Crimson #E2174A
Tints of Crimson #E2174A
RGB
CMYK
RGB Variations
Color information
#E2174A (or 0xE2174A) is known color: Crimson. HEX triplet: E2, 17 and 4A. RGB value is (226,23,74). Sum of RGB (Red+Green+Blue) = 226+23+74=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2174A is #1DE8B5. Grayscale: #595959. Windows color (decimal): -1960118 or 4855778. OLE color: 4855778.
HSL color Cylindrical-coordinate representation of color #E2174A: hue angle of 344.93º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2174A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.11 |
| HSL | 344.93º | 0.82% | 0.49% | - |
| HSV(B) | 344.93º | 0.9% | 0.89% | - |
| XYZ | 32.91 | 17.28 | 8.08 | - |
| YUV | 89.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 74 | 0 | 0.90 | 0.67 | 0.11 | 344.93 | 0.82 | 0.49 |
| Hex | E2 | 17 | 4A | 0 | 5A | 43 | B | 159 | 52 | 31 |
| Octal | 342 | 27 | 112 | 0 | 132 | 103 | 13 | 531 | 122 | 61 |
| Binary | 11100010 | 10111 | 1001010 | 0 | 1011010 | 1000011 | 1011 | 101011001 | 1010010 | 110001 |
Color Harmonies of #E2174A
Complementary color
Monochromatic Colors of #E2174A
Black with #E2174A
Text Example
Text Example
White with #E2174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2174A; }
p { color: rgb(226,23,74); }
H1.HeaderClassName
{
color: #E2174A;
}
.AnyTagClassName
{
color: #E2174A;
}
</style>
background-color css
<style>
a { background-color: #E2174A; }
a { background-color: rgb(226,23,74); }
div.DivClassName
{
background-color: #E2174A;
}
.BgClassName
{
background-color: #E2174A;
}
</style>
border-color css
<style>
span { border-color: #E2174A; }
span { border-color: rgb(226,23,74); }
td.TdClassName
{
border-color: #E2174A;
}
.TagClassName
{
border-color: #E2174A;
}
</style>