Shades of Crimson #E4174A
Tints of Crimson #E4174A
RGB
CMYK
RGB Variations
Color information
#E4174A (or 0xE4174A) is known color: Crimson. HEX triplet: E4, 17 and 4A. RGB value is (228,23,74). Sum of RGB (Red+Green+Blue) = 228+23+74=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E4174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4174A is #1BE8B5. Grayscale: #5A5A5A. Windows color (decimal): -1829046 or 4855780. OLE color: 4855780.
HSL color Cylindrical-coordinate representation of color #E4174A: hue angle of 345.07º 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 #E4174A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.11 |
| HSL | 345.07º | 0.82% | 0.49% | - |
| HSV(B) | 345.07º | 0.9% | 0.89% | - |
| XYZ | 33.54 | 17.6 | 8.11 | - |
| YUV | 90.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 74 | 0 | 0.90 | 0.68 | 0.11 | 345.07 | 0.82 | 0.49 |
| Hex | E4 | 17 | 4A | 0 | 5A | 44 | B | 159 | 52 | 31 |
| Octal | 344 | 27 | 112 | 0 | 132 | 104 | 13 | 531 | 122 | 61 |
| Binary | 11100100 | 10111 | 1001010 | 0 | 1011010 | 1000100 | 1011 | 101011001 | 1010010 | 110001 |
Color Harmonies of #E4174A
Complementary color
Monochromatic Colors of #E4174A
Black with #E4174A
Text Example
Text Example
White with #E4174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4174A; }
p { color: rgb(228,23,74); }
H1.HeaderClassName
{
color: #E4174A;
}
.AnyTagClassName
{
color: #E4174A;
}
</style>
background-color css
<style>
a { background-color: #E4174A; }
a { background-color: rgb(228,23,74); }
div.DivClassName
{
background-color: #E4174A;
}
.BgClassName
{
background-color: #E4174A;
}
</style>
border-color css
<style>
span { border-color: #E4174A; }
span { border-color: rgb(228,23,74); }
td.TdClassName
{
border-color: #E4174A;
}
.TagClassName
{
border-color: #E4174A;
}
</style>