Shades of Bright Red #952532
Tints of Bright Red #952532
RGB
CMYK
RGB Variations
Color information
#952532 (or 0x952532) is known color: Bright Red. HEX triplet: 95, 25 and 32. RGB value is (149,37,50). Sum of RGB (Red+Green+Blue) = 149+37+50=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952532 is #6ADACD. Grayscale: #484848. Windows color (decimal): -7002830 or 3286421. OLE color: 3286421.
HSL color Cylindrical-coordinate representation of color #952532: hue angle of 353.04º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952532 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 50 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.42 |
| HSL | 353.04º | 0.6% | 0.36% | - |
| HSV(B) | 353.04º | 0.75% | 0.58% | - |
| XYZ | 13.63 | 7.94 | 3.83 | - |
| YUV | 71.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 50 | 0 | 0.75 | 0.66 | 0.42 | 353.04 | 0.6 | 0.36 |
| Hex | 95 | 25 | 32 | 0 | 4B | 42 | 2A | 161 | 3C | 24 |
| Octal | 225 | 45 | 62 | 0 | 113 | 102 | 52 | 541 | 74 | 44 |
| Binary | 10010101 | 100101 | 110010 | 0 | 1001011 | 1000010 | 101010 | 101100001 | 111100 | 100100 |
Color Harmonies of #952532
Complementary color
Monochromatic Colors of #952532
Black with #952532
Text Example
Text Example
White with #952532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952532; }
p { color: rgb(149,37,50); }
H1.HeaderClassName
{
color: #952532;
}
.AnyTagClassName
{
color: #952532;
}
</style>
background-color css
<style>
a { background-color: #952532; }
a { background-color: rgb(149,37,50); }
div.DivClassName
{
background-color: #952532;
}
.BgClassName
{
background-color: #952532;
}
</style>
border-color css
<style>
span { border-color: #952532; }
span { border-color: rgb(149,37,50); }
td.TdClassName
{
border-color: #952532;
}
.TagClassName
{
border-color: #952532;
}
</style>