Shades of Bright Red #95172C
Tints of Bright Red #95172C
RGB
CMYK
RGB Variations
Color information
#95172C (or 0x95172C) is known color: Bright Red. HEX triplet: 95, 17 and 2C. RGB value is (149,23,44). Sum of RGB (Red+Green+Blue) = 149+23+44=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #95172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95172C is #6AE8D3. Grayscale: #3F3F3F. Windows color (decimal): -7006420 or 2889621. OLE color: 2889621.
HSL color Cylindrical-coordinate representation of color #95172C: hue angle of 350º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95172C is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 44 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.42 |
| HSL | 350º | 0.73% | 0.34% | - |
| HSV(B) | 350º | 0.85% | 0.58% | - |
| XYZ | 13.16 | 7.18 | 3.08 | - |
| YUV | 63.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 44 | 0 | 0.85 | 0.70 | 0.42 | 350 | 0.73 | 0.34 |
| Hex | 95 | 17 | 2C | 0 | 55 | 46 | 2A | 15E | 49 | 22 |
| Octal | 225 | 27 | 54 | 0 | 125 | 106 | 52 | 536 | 111 | 42 |
| Binary | 10010101 | 10111 | 101100 | 0 | 1010101 | 1000110 | 101010 | 101011110 | 1001001 | 100010 |
Color Harmonies of #95172C
Complementary color
Monochromatic Colors of #95172C
Black with #95172C
Text Example
Text Example
White with #95172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95172C; }
p { color: rgb(149,23,44); }
H1.HeaderClassName
{
color: #95172C;
}
.AnyTagClassName
{
color: #95172C;
}
</style>
background-color css
<style>
a { background-color: #95172C; }
a { background-color: rgb(149,23,44); }
div.DivClassName
{
background-color: #95172C;
}
.BgClassName
{
background-color: #95172C;
}
</style>
border-color css
<style>
span { border-color: #95172C; }
span { border-color: rgb(149,23,44); }
td.TdClassName
{
border-color: #95172C;
}
.TagClassName
{
border-color: #95172C;
}
</style>