Shades of Bright Red #95173C
Tints of Bright Red #95173C
RGB
CMYK
RGB Variations
Color information
#95173C (or 0x95173C) is known color: Bright Red. HEX triplet: 95, 17 and 3C. RGB value is (149,23,60). Sum of RGB (Red+Green+Blue) = 149+23+60=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95173C is #6AE8C3. Grayscale: #404040. Windows color (decimal): -7006404 or 3938197. OLE color: 3938197.
HSL color Cylindrical-coordinate representation of color #95173C: hue angle of 342.38º 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 #95173C is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 60 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.42 |
| HSL | 342.38º | 0.73% | 0.34% | - |
| HSV(B) | 342.38º | 0.85% | 0.58% | - |
| XYZ | 13.52 | 7.33 | 4.98 | - |
| YUV | 64.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 60 | 0 | 0.85 | 0.60 | 0.42 | 342.38 | 0.73 | 0.34 |
| Hex | 95 | 17 | 3C | 0 | 55 | 3C | 2A | 156 | 49 | 22 |
| Octal | 225 | 27 | 74 | 0 | 125 | 74 | 52 | 526 | 111 | 42 |
| Binary | 10010101 | 10111 | 111100 | 0 | 1010101 | 111100 | 101010 | 101010110 | 1001001 | 100010 |
Color Harmonies of #95173C
Complementary color
Monochromatic Colors of #95173C
Black with #95173C
Text Example
Text Example
White with #95173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95173C; }
p { color: rgb(149,23,60); }
H1.HeaderClassName
{
color: #95173C;
}
.AnyTagClassName
{
color: #95173C;
}
</style>
background-color css
<style>
a { background-color: #95173C; }
a { background-color: rgb(149,23,60); }
div.DivClassName
{
background-color: #95173C;
}
.BgClassName
{
background-color: #95173C;
}
</style>
border-color css
<style>
span { border-color: #95173C; }
span { border-color: rgb(149,23,60); }
td.TdClassName
{
border-color: #95173C;
}
.TagClassName
{
border-color: #95173C;
}
</style>