Shades of Bright Red #952329
Tints of Bright Red #952329
RGB
CMYK
RGB Variations
Color information
#952329 (or 0x952329) is known color: Bright Red. HEX triplet: 95, 23 and 29. RGB value is (149,35,41). Sum of RGB (Red+Green+Blue) = 149+35+41=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952329 is #6ADCD6. Grayscale: #454545. Windows color (decimal): -7003351 or 2696085. OLE color: 2696085.
HSL color Cylindrical-coordinate representation of color #952329: hue angle of 356.84º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952329 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 41 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.42 |
| HSL | 356.84º | 0.62% | 0.36% | - |
| HSV(B) | 356.84º | 0.77% | 0.58% | - |
| XYZ | 13.4 | 7.75 | 2.89 | - |
| YUV | 69.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 41 | 0 | 0.77 | 0.72 | 0.42 | 356.84 | 0.62 | 0.36 |
| Hex | 95 | 23 | 29 | 0 | 4D | 48 | 2A | 165 | 3E | 24 |
| Octal | 225 | 43 | 51 | 0 | 115 | 110 | 52 | 545 | 76 | 44 |
| Binary | 10010101 | 100011 | 101001 | 0 | 1001101 | 1001000 | 101010 | 101100101 | 111110 | 100100 |
Color Harmonies of #952329
Complementary color
Monochromatic Colors of #952329
Black with #952329
Text Example
Text Example
White with #952329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952329; }
p { color: rgb(149,35,41); }
H1.HeaderClassName
{
color: #952329;
}
.AnyTagClassName
{
color: #952329;
}
</style>
background-color css
<style>
a { background-color: #952329; }
a { background-color: rgb(149,35,41); }
div.DivClassName
{
background-color: #952329;
}
.BgClassName
{
background-color: #952329;
}
</style>
border-color css
<style>
span { border-color: #952329; }
span { border-color: rgb(149,35,41); }
td.TdClassName
{
border-color: #952329;
}
.TagClassName
{
border-color: #952329;
}
</style>