Shades of Bright Red #951735
Tints of Bright Red #951735
RGB
CMYK
RGB Variations
Color information
#951735 (or 0x951735) is known color: Bright Red. HEX triplet: 95, 17 and 35. RGB value is (149,23,53). Sum of RGB (Red+Green+Blue) = 149+23+53=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #951735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951735 is #6AE8CA. Grayscale: #404040. Windows color (decimal): -7006411 or 3479445. OLE color: 3479445.
HSL color Cylindrical-coordinate representation of color #951735: hue angle of 345.71º 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 #951735 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 53 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.42 |
| HSL | 345.71º | 0.73% | 0.34% | - |
| HSV(B) | 345.71º | 0.85% | 0.58% | - |
| XYZ | 13.34 | 7.26 | 4.07 | - |
| YUV | 64.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 53 | 0 | 0.85 | 0.64 | 0.42 | 345.71 | 0.73 | 0.34 |
| Hex | 95 | 17 | 35 | 0 | 55 | 40 | 2A | 15A | 49 | 22 |
| Octal | 225 | 27 | 65 | 0 | 125 | 100 | 52 | 532 | 111 | 42 |
| Binary | 10010101 | 10111 | 110101 | 0 | 1010101 | 1000000 | 101010 | 101011010 | 1001001 | 100010 |
Color Harmonies of #951735
Complementary color
Monochromatic Colors of #951735
Black with #951735
Text Example
Text Example
White with #951735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951735; }
p { color: rgb(149,23,53); }
H1.HeaderClassName
{
color: #951735;
}
.AnyTagClassName
{
color: #951735;
}
</style>
background-color css
<style>
a { background-color: #951735; }
a { background-color: rgb(149,23,53); }
div.DivClassName
{
background-color: #951735;
}
.BgClassName
{
background-color: #951735;
}
</style>
border-color css
<style>
span { border-color: #951735; }
span { border-color: rgb(149,23,53); }
td.TdClassName
{
border-color: #951735;
}
.TagClassName
{
border-color: #951735;
}
</style>