Shades of Crimson #E7174B
Tints of Crimson #E7174B
RGB
CMYK
RGB Variations
Color information
#E7174B (or 0xE7174B) is known color: Crimson. HEX triplet: E7, 17 and 4B. RGB value is (231,23,75). Sum of RGB (Red+Green+Blue) = 231+23+75=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7174B is #18E8B4. Grayscale: #5B5B5B. Windows color (decimal): -1632437 or 4921319. OLE color: 4921319.
HSL color Cylindrical-coordinate representation of color #E7174B: hue angle of 345º 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 #E7174B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.09 |
| HSL | 345º | 0.82% | 0.5% | - |
| HSV(B) | 345º | 0.9% | 0.91% | - |
| XYZ | 34.53 | 18.11 | 8.33 | - |
| YUV | 91.12 | 118.91 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 75 | 0 | 0.90 | 0.68 | 0.09 | 345 | 0.82 | 0.5 |
| Hex | E7 | 17 | 4B | 0 | 5A | 44 | 9 | 159 | 52 | 32 |
| Octal | 347 | 27 | 113 | 0 | 132 | 104 | 11 | 531 | 122 | 62 |
| Binary | 11100111 | 10111 | 1001011 | 0 | 1011010 | 1000100 | 1001 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E7174B
Complementary color
Monochromatic Colors of #E7174B
Black with #E7174B
Text Example
Text Example
White with #E7174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7174B; }
p { color: rgb(231,23,75); }
H1.HeaderClassName
{
color: #E7174B;
}
.AnyTagClassName
{
color: #E7174B;
}
</style>
background-color css
<style>
a { background-color: #E7174B; }
a { background-color: rgb(231,23,75); }
div.DivClassName
{
background-color: #E7174B;
}
.BgClassName
{
background-color: #E7174B;
}
</style>
border-color css
<style>
span { border-color: #E7174B; }
span { border-color: rgb(231,23,75); }
td.TdClassName
{
border-color: #E7174B;
}
.TagClassName
{
border-color: #E7174B;
}
</style>