Shades of Bright Red #95193C
Tints of Bright Red #95193C
RGB
CMYK
RGB Variations
Color information
#95193C (or 0x95193C) is known color: Bright Red. HEX triplet: 95, 19 and 3C. RGB value is (149,25,60). Sum of RGB (Red+Green+Blue) = 149+25+60=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #95193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95193C is #6AE6C3. Grayscale: #424242. Windows color (decimal): -7005892 or 3938709. OLE color: 3938709.
HSL color Cylindrical-coordinate representation of color #95193C: hue angle of 343.06º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95193C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 60 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.42 |
| HSL | 343.06º | 0.71% | 0.34% | - |
| HSV(B) | 343.06º | 0.83% | 0.58% | - |
| XYZ | 13.56 | 7.41 | 4.99 | - |
| YUV | 66.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 60 | 0 | 0.83 | 0.60 | 0.42 | 343.06 | 0.71 | 0.34 |
| Hex | 95 | 19 | 3C | 0 | 53 | 3C | 2A | 157 | 47 | 22 |
| Octal | 225 | 31 | 74 | 0 | 123 | 74 | 52 | 527 | 107 | 42 |
| Binary | 10010101 | 11001 | 111100 | 0 | 1010011 | 111100 | 101010 | 101010111 | 1000111 | 100010 |
Color Harmonies of #95193C
Complementary color
Monochromatic Colors of #95193C
Black with #95193C
Text Example
Text Example
White with #95193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95193C; }
p { color: rgb(149,25,60); }
H1.HeaderClassName
{
color: #95193C;
}
.AnyTagClassName
{
color: #95193C;
}
</style>
background-color css
<style>
a { background-color: #95193C; }
a { background-color: rgb(149,25,60); }
div.DivClassName
{
background-color: #95193C;
}
.BgClassName
{
background-color: #95193C;
}
</style>
border-color css
<style>
span { border-color: #95193C; }
span { border-color: rgb(149,25,60); }
td.TdClassName
{
border-color: #95193C;
}
.TagClassName
{
border-color: #95193C;
}
</style>