Shades of Bright Red #95172D
Tints of Bright Red #95172D
RGB
CMYK
RGB Variations
Color information
#95172D (or 0x95172D) is known color: Bright Red. HEX triplet: 95, 17 and 2D. RGB value is (149,23,45). Sum of RGB (Red+Green+Blue) = 149+23+45=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95172D is #6AE8D2. Grayscale: #3F3F3F. Windows color (decimal): -7006419 or 2955157. OLE color: 2955157.
HSL color Cylindrical-coordinate representation of color #95172D: hue angle of 349.52º 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 #95172D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 45 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.42 |
| HSL | 349.52º | 0.73% | 0.34% | - |
| HSV(B) | 349.52º | 0.85% | 0.58% | - |
| XYZ | 13.17 | 7.19 | 3.18 | - |
| YUV | 63.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 45 | 0 | 0.85 | 0.70 | 0.42 | 349.52 | 0.73 | 0.34 |
| Hex | 95 | 17 | 2D | 0 | 55 | 46 | 2A | 15E | 49 | 22 |
| Octal | 225 | 27 | 55 | 0 | 125 | 106 | 52 | 536 | 111 | 42 |
| Binary | 10010101 | 10111 | 101101 | 0 | 1010101 | 1000110 | 101010 | 101011110 | 1001001 | 100010 |
Color Harmonies of #95172D
Complementary color
Monochromatic Colors of #95172D
Black with #95172D
Text Example
Text Example
White with #95172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95172D; }
p { color: rgb(149,23,45); }
H1.HeaderClassName
{
color: #95172D;
}
.AnyTagClassName
{
color: #95172D;
}
</style>
background-color css
<style>
a { background-color: #95172D; }
a { background-color: rgb(149,23,45); }
div.DivClassName
{
background-color: #95172D;
}
.BgClassName
{
background-color: #95172D;
}
</style>
border-color css
<style>
span { border-color: #95172D; }
span { border-color: rgb(149,23,45); }
td.TdClassName
{
border-color: #95172D;
}
.TagClassName
{
border-color: #95172D;
}
</style>