Shades of Bright Red #952432
Tints of Bright Red #952432
RGB
CMYK
RGB Variations
Color information
#952432 (or 0x952432) is known color: Bright Red. HEX triplet: 95, 24 and 32. RGB value is (149,36,50). Sum of RGB (Red+Green+Blue) = 149+36+50=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952432 is #6ADBCD. Grayscale: #474747. Windows color (decimal): -7003086 or 3286165. OLE color: 3286165.
HSL color Cylindrical-coordinate representation of color #952432: hue angle of 352.57º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952432 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 50 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.42 |
| HSL | 352.57º | 0.61% | 0.36% | - |
| HSV(B) | 352.57º | 0.76% | 0.58% | - |
| XYZ | 13.6 | 7.88 | 3.82 | - |
| YUV | 71.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 50 | 0 | 0.76 | 0.66 | 0.42 | 352.57 | 0.61 | 0.36 |
| Hex | 95 | 24 | 32 | 0 | 4C | 42 | 2A | 161 | 3D | 24 |
| Octal | 225 | 44 | 62 | 0 | 114 | 102 | 52 | 541 | 75 | 44 |
| Binary | 10010101 | 100100 | 110010 | 0 | 1001100 | 1000010 | 101010 | 101100001 | 111101 | 100100 |
Color Harmonies of #952432
Complementary color
Monochromatic Colors of #952432
Black with #952432
Text Example
Text Example
White with #952432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952432; }
p { color: rgb(149,36,50); }
H1.HeaderClassName
{
color: #952432;
}
.AnyTagClassName
{
color: #952432;
}
</style>
background-color css
<style>
a { background-color: #952432; }
a { background-color: rgb(149,36,50); }
div.DivClassName
{
background-color: #952432;
}
.BgClassName
{
background-color: #952432;
}
</style>
border-color css
<style>
span { border-color: #952432; }
span { border-color: rgb(149,36,50); }
td.TdClassName
{
border-color: #952432;
}
.TagClassName
{
border-color: #952432;
}
</style>