Shades of Bright Red #93172E
Tints of Bright Red #93172E
RGB
CMYK
RGB Variations
Color information
#93172E (or 0x93172E) is known color: Bright Red. HEX triplet: 93, 17 and 2E. RGB value is (147,23,46). Sum of RGB (Red+Green+Blue) = 147+23+46=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #93172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93172E is #6CE8D1. Grayscale: #3E3E3E. Windows color (decimal): -7137490 or 3020691. OLE color: 3020691.
HSL color Cylindrical-coordinate representation of color #93172E: hue angle of 348.87º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93172E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 46 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.42 |
| HSL | 348.87º | 0.73% | 0.33% | - |
| HSV(B) | 348.87º | 0.84% | 0.58% | - |
| XYZ | 12.83 | 7.01 | 3.26 | - |
| YUV | 62.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 46 | 0 | 0.84 | 0.69 | 0.42 | 348.87 | 0.73 | 0.33 |
| Hex | 93 | 17 | 2E | 0 | 54 | 45 | 2A | 15D | 49 | 21 |
| Octal | 223 | 27 | 56 | 0 | 124 | 105 | 52 | 535 | 111 | 41 |
| Binary | 10010011 | 10111 | 101110 | 0 | 1010100 | 1000101 | 101010 | 101011101 | 1001001 | 100001 |
Color Harmonies of #93172E
Complementary color
Monochromatic Colors of #93172E
Black with #93172E
Text Example
Text Example
White with #93172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93172E; }
p { color: rgb(147,23,46); }
H1.HeaderClassName
{
color: #93172E;
}
.AnyTagClassName
{
color: #93172E;
}
</style>
background-color css
<style>
a { background-color: #93172E; }
a { background-color: rgb(147,23,46); }
div.DivClassName
{
background-color: #93172E;
}
.BgClassName
{
background-color: #93172E;
}
</style>
border-color css
<style>
span { border-color: #93172E; }
span { border-color: rgb(147,23,46); }
td.TdClassName
{
border-color: #93172E;
}
.TagClassName
{
border-color: #93172E;
}
</style>