Shades of Crimson #E8174A
Tints of Crimson #E8174A
RGB
CMYK
RGB Variations
Color information
#E8174A (or 0xE8174A) is known color: Crimson. HEX triplet: E8, 17 and 4A. RGB value is (232,23,74). Sum of RGB (Red+Green+Blue) = 232+23+74=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E8174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8174A is #17E8B5. Grayscale: #5B5B5B. Windows color (decimal): -1566902 or 4855784. OLE color: 4855784.
HSL color Cylindrical-coordinate representation of color #E8174A: hue angle of 345.36º degrees, saturation: 0.82, 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 #E8174A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.09 |
| HSL | 345.36º | 0.82% | 0.5% | - |
| HSV(B) | 345.36º | 0.9% | 0.91% | - |
| XYZ | 34.82 | 18.26 | 8.17 | - |
| YUV | 91.31 | 118.24 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 74 | 0 | 0.90 | 0.68 | 0.09 | 345.36 | 0.82 | 0.5 |
| Hex | E8 | 17 | 4A | 0 | 5A | 44 | 9 | 159 | 52 | 32 |
| Octal | 350 | 27 | 112 | 0 | 132 | 104 | 11 | 531 | 122 | 62 |
| Binary | 11101000 | 10111 | 1001010 | 0 | 1011010 | 1000100 | 1001 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E8174A
Complementary color
Monochromatic Colors of #E8174A
Black with #E8174A
Text Example
Text Example
White with #E8174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8174A; }
p { color: rgb(232,23,74); }
H1.HeaderClassName
{
color: #E8174A;
}
.AnyTagClassName
{
color: #E8174A;
}
</style>
background-color css
<style>
a { background-color: #E8174A; }
a { background-color: rgb(232,23,74); }
div.DivClassName
{
background-color: #E8174A;
}
.BgClassName
{
background-color: #E8174A;
}
</style>
border-color css
<style>
span { border-color: #E8174A; }
span { border-color: rgb(232,23,74); }
td.TdClassName
{
border-color: #E8174A;
}
.TagClassName
{
border-color: #E8174A;
}
</style>