Shades of Crimson #E8163C
Tints of Crimson #E8163C
RGB
CMYK
RGB Variations
Color information
#E8163C (or 0xE8163C) is known color: Crimson. HEX triplet: E8, 16 and 3C. RGB value is (232,22,60). Sum of RGB (Red+Green+Blue) = 232+22+60=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8163C is #17E9C3. Grayscale: #595959. Windows color (decimal): -1567172 or 3938024. OLE color: 3938024.
HSL color Cylindrical-coordinate representation of color #E8163C: hue angle of 349.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8163C is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 60 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.09 |
| HSL | 349.14º | 0.83% | 0.5% | - |
| HSV(B) | 349.14º | 0.91% | 0.91% | - |
| XYZ | 34.38 | 18.06 | 5.95 | - |
| YUV | 89.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 60 | 0 | 0.91 | 0.74 | 0.09 | 349.14 | 0.83 | 0.5 |
| Hex | E8 | 16 | 3C | 0 | 5B | 4A | 9 | 15D | 53 | 32 |
| Octal | 350 | 26 | 74 | 0 | 133 | 112 | 11 | 535 | 123 | 62 |
| Binary | 11101000 | 10110 | 111100 | 0 | 1011011 | 1001010 | 1001 | 101011101 | 1010011 | 110010 |
Color Harmonies of #E8163C
Complementary color
Monochromatic Colors of #E8163C
Black with #E8163C
Text Example
Text Example
White with #E8163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8163C; }
p { color: rgb(232,22,60); }
H1.HeaderClassName
{
color: #E8163C;
}
.AnyTagClassName
{
color: #E8163C;
}
</style>
background-color css
<style>
a { background-color: #E8163C; }
a { background-color: rgb(232,22,60); }
div.DivClassName
{
background-color: #E8163C;
}
.BgClassName
{
background-color: #E8163C;
}
</style>
border-color css
<style>
span { border-color: #E8163C; }
span { border-color: rgb(232,22,60); }
td.TdClassName
{
border-color: #E8163C;
}
.TagClassName
{
border-color: #E8163C;
}
</style>