Shades of Crimson #E8163D
Tints of Crimson #E8163D
RGB
CMYK
RGB Variations
Color information
#E8163D (or 0xE8163D) is known color: Crimson. HEX triplet: E8, 16 and 3D. RGB value is (232,22,61). Sum of RGB (Red+Green+Blue) = 232+22+61=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E8163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8163D is #17E9C2. Grayscale: #595959. Windows color (decimal): -1567171 or 4003560. OLE color: 4003560.
HSL color Cylindrical-coordinate representation of color #E8163D: hue angle of 348.86º 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 #E8163D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.09 |
| HSL | 348.86º | 0.83% | 0.5% | - |
| HSV(B) | 348.86º | 0.91% | 0.91% | - |
| XYZ | 34.41 | 18.07 | 6.09 | - |
| YUV | 89.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 61 | 0 | 0.91 | 0.74 | 0.09 | 348.86 | 0.83 | 0.5 |
| Hex | E8 | 16 | 3D | 0 | 5B | 4A | 9 | 15D | 53 | 32 |
| Octal | 350 | 26 | 75 | 0 | 133 | 112 | 11 | 535 | 123 | 62 |
| Binary | 11101000 | 10110 | 111101 | 0 | 1011011 | 1001010 | 1001 | 101011101 | 1010011 | 110010 |
Color Harmonies of #E8163D
Complementary color
Monochromatic Colors of #E8163D
Black with #E8163D
Text Example
Text Example
White with #E8163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8163D; }
p { color: rgb(232,22,61); }
H1.HeaderClassName
{
color: #E8163D;
}
.AnyTagClassName
{
color: #E8163D;
}
</style>
background-color css
<style>
a { background-color: #E8163D; }
a { background-color: rgb(232,22,61); }
div.DivClassName
{
background-color: #E8163D;
}
.BgClassName
{
background-color: #E8163D;
}
</style>
border-color css
<style>
span { border-color: #E8163D; }
span { border-color: rgb(232,22,61); }
td.TdClassName
{
border-color: #E8163D;
}
.TagClassName
{
border-color: #E8163D;
}
</style>