Shades of Bright Red #93172C
Tints of Bright Red #93172C
RGB
CMYK
RGB Variations
Color information
#93172C (or 0x93172C) is known color: Bright Red. HEX triplet: 93, 17 and 2C. RGB value is (147,23,44). Sum of RGB (Red+Green+Blue) = 147+23+44=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93172C is #6CE8D3. Grayscale: #3E3E3E. Windows color (decimal): -7137492 or 2889619. OLE color: 2889619.
HSL color Cylindrical-coordinate representation of color #93172C: hue angle of 349.84º 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 #93172C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 44 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.42 |
| HSL | 349.84º | 0.73% | 0.33% | - |
| HSV(B) | 349.84º | 0.84% | 0.58% | - |
| XYZ | 12.79 | 7 | 3.06 | - |
| YUV | 62.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 44 | 0 | 0.84 | 0.70 | 0.42 | 349.84 | 0.73 | 0.33 |
| Hex | 93 | 17 | 2C | 0 | 54 | 46 | 2A | 15E | 49 | 21 |
| Octal | 223 | 27 | 54 | 0 | 124 | 106 | 52 | 536 | 111 | 41 |
| Binary | 10010011 | 10111 | 101100 | 0 | 1010100 | 1000110 | 101010 | 101011110 | 1001001 | 100001 |
Color Harmonies of #93172C
Complementary color
Monochromatic Colors of #93172C
Black with #93172C
Text Example
Text Example
White with #93172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93172C; }
p { color: rgb(147,23,44); }
H1.HeaderClassName
{
color: #93172C;
}
.AnyTagClassName
{
color: #93172C;
}
</style>
background-color css
<style>
a { background-color: #93172C; }
a { background-color: rgb(147,23,44); }
div.DivClassName
{
background-color: #93172C;
}
.BgClassName
{
background-color: #93172C;
}
</style>
border-color css
<style>
span { border-color: #93172C; }
span { border-color: rgb(147,23,44); }
td.TdClassName
{
border-color: #93172C;
}
.TagClassName
{
border-color: #93172C;
}
</style>