Shades of Crimson #E8174B
Tints of Crimson #E8174B
RGB
CMYK
RGB Variations
Color information
#E8174B (or 0xE8174B) is known color: Crimson. HEX triplet: E8, 17 and 4B. RGB value is (232,23,75). Sum of RGB (Red+Green+Blue) = 232+23+75=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E8174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8174B is #17E8B4. Grayscale: #5B5B5B. Windows color (decimal): -1566901 or 4921320. OLE color: 4921320.
HSL color Cylindrical-coordinate representation of color #E8174B: hue angle of 345.07º 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 #E8174B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.09 |
| HSL | 345.07º | 0.82% | 0.5% | - |
| HSV(B) | 345.07º | 0.9% | 0.91% | - |
| XYZ | 34.86 | 18.28 | 8.35 | - |
| YUV | 91.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 75 | 0 | 0.90 | 0.68 | 0.09 | 345.07 | 0.82 | 0.5 |
| Hex | E8 | 17 | 4B | 0 | 5A | 44 | 9 | 159 | 52 | 32 |
| Octal | 350 | 27 | 113 | 0 | 132 | 104 | 11 | 531 | 122 | 62 |
| Binary | 11101000 | 10111 | 1001011 | 0 | 1011010 | 1000100 | 1001 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E8174B
Complementary color
Monochromatic Colors of #E8174B
Black with #E8174B
Text Example
Text Example
White with #E8174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8174B; }
p { color: rgb(232,23,75); }
H1.HeaderClassName
{
color: #E8174B;
}
.AnyTagClassName
{
color: #E8174B;
}
</style>
background-color css
<style>
a { background-color: #E8174B; }
a { background-color: rgb(232,23,75); }
div.DivClassName
{
background-color: #E8174B;
}
.BgClassName
{
background-color: #E8174B;
}
</style>
border-color css
<style>
span { border-color: #E8174B; }
span { border-color: rgb(232,23,75); }
td.TdClassName
{
border-color: #E8174B;
}
.TagClassName
{
border-color: #E8174B;
}
</style>