Shades of Crimson #E8173D
Tints of Crimson #E8173D
RGB
CMYK
RGB Variations
Color information
#E8173D (or 0xE8173D) is known color: Crimson. HEX triplet: E8, 17 and 3D. RGB value is (232,23,61). Sum of RGB (Red+Green+Blue) = 232+23+61=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E8173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8173D is #17E8C2. Grayscale: #595959. Windows color (decimal): -1566915 or 4003816. OLE color: 4003816.
HSL color Cylindrical-coordinate representation of color #E8173D: hue angle of 349.09º 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 #E8173D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.09 |
| HSL | 349.09º | 0.82% | 0.5% | - |
| HSV(B) | 349.09º | 0.9% | 0.91% | - |
| XYZ | 34.43 | 18.11 | 6.1 | - |
| YUV | 89.82 | 111.74 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 61 | 0 | 0.90 | 0.74 | 0.09 | 349.09 | 0.82 | 0.5 |
| Hex | E8 | 17 | 3D | 0 | 5A | 4A | 9 | 15D | 52 | 32 |
| Octal | 350 | 27 | 75 | 0 | 132 | 112 | 11 | 535 | 122 | 62 |
| Binary | 11101000 | 10111 | 111101 | 0 | 1011010 | 1001010 | 1001 | 101011101 | 1010010 | 110010 |
Color Harmonies of #E8173D
Complementary color
Monochromatic Colors of #E8173D
Black with #E8173D
Text Example
Text Example
White with #E8173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8173D; }
p { color: rgb(232,23,61); }
H1.HeaderClassName
{
color: #E8173D;
}
.AnyTagClassName
{
color: #E8173D;
}
</style>
background-color css
<style>
a { background-color: #E8173D; }
a { background-color: rgb(232,23,61); }
div.DivClassName
{
background-color: #E8173D;
}
.BgClassName
{
background-color: #E8173D;
}
</style>
border-color css
<style>
span { border-color: #E8173D; }
span { border-color: rgb(232,23,61); }
td.TdClassName
{
border-color: #E8173D;
}
.TagClassName
{
border-color: #E8173D;
}
</style>