Shades of Crimson #E9174A
Tints of Crimson #E9174A
RGB
CMYK
RGB Variations
Color information
#E9174A (or 0xE9174A) is known color: Crimson. HEX triplet: E9, 17 and 4A. RGB value is (233,23,74). Sum of RGB (Red+Green+Blue) = 233+23+74=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9174A is #16E8B5. Grayscale: #5B5B5B. Windows color (decimal): -1501366 or 4855785. OLE color: 4855785.
HSL color Cylindrical-coordinate representation of color #E9174A: hue angle of 345.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9174A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.09 |
| HSL | 345.43º | 0.83% | 0.5% | - |
| HSV(B) | 345.43º | 0.9% | 0.91% | - |
| XYZ | 35.15 | 18.43 | 8.18 | - |
| YUV | 91.6 | 118.07 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 74 | 0 | 0.90 | 0.68 | 0.09 | 345.43 | 0.83 | 0.5 |
| Hex | E9 | 17 | 4A | 0 | 5A | 44 | 9 | 159 | 53 | 32 |
| Octal | 351 | 27 | 112 | 0 | 132 | 104 | 11 | 531 | 123 | 62 |
| Binary | 11101001 | 10111 | 1001010 | 0 | 1011010 | 1000100 | 1001 | 101011001 | 1010011 | 110010 |
Color Harmonies of #E9174A
Complementary color
Monochromatic Colors of #E9174A
Black with #E9174A
Text Example
Text Example
White with #E9174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9174A; }
p { color: rgb(233,23,74); }
H1.HeaderClassName
{
color: #E9174A;
}
.AnyTagClassName
{
color: #E9174A;
}
</style>
background-color css
<style>
a { background-color: #E9174A; }
a { background-color: rgb(233,23,74); }
div.DivClassName
{
background-color: #E9174A;
}
.BgClassName
{
background-color: #E9174A;
}
</style>
border-color css
<style>
span { border-color: #E9174A; }
span { border-color: rgb(233,23,74); }
td.TdClassName
{
border-color: #E9174A;
}
.TagClassName
{
border-color: #E9174A;
}
</style>