Shades of Bright Red #952339
Tints of Bright Red #952339
RGB
CMYK
RGB Variations
Color information
#952339 (or 0x952339) is known color: Bright Red. HEX triplet: 95, 23 and 39. RGB value is (149,35,57). Sum of RGB (Red+Green+Blue) = 149+35+57=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952339 is #6ADCC6. Grayscale: #474747. Windows color (decimal): -7003335 or 3744661. OLE color: 3744661.
HSL color Cylindrical-coordinate representation of color #952339: hue angle of 348.42º 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 #952339 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 57 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.42 |
| HSL | 348.42º | 0.62% | 0.36% | - |
| HSV(B) | 348.42º | 0.77% | 0.58% | - |
| XYZ | 13.73 | 7.89 | 4.67 | - |
| YUV | 71.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 57 | 0 | 0.77 | 0.62 | 0.42 | 348.42 | 0.62 | 0.36 |
| Hex | 95 | 23 | 39 | 0 | 4D | 3E | 2A | 15C | 3E | 24 |
| Octal | 225 | 43 | 71 | 0 | 115 | 76 | 52 | 534 | 76 | 44 |
| Binary | 10010101 | 100011 | 111001 | 0 | 1001101 | 111110 | 101010 | 101011100 | 111110 | 100100 |
Color Harmonies of #952339
Complementary color
Monochromatic Colors of #952339
Black with #952339
Text Example
Text Example
White with #952339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952339; }
p { color: rgb(149,35,57); }
H1.HeaderClassName
{
color: #952339;
}
.AnyTagClassName
{
color: #952339;
}
</style>
background-color css
<style>
a { background-color: #952339; }
a { background-color: rgb(149,35,57); }
div.DivClassName
{
background-color: #952339;
}
.BgClassName
{
background-color: #952339;
}
</style>
border-color css
<style>
span { border-color: #952339; }
span { border-color: rgb(149,35,57); }
td.TdClassName
{
border-color: #952339;
}
.TagClassName
{
border-color: #952339;
}
</style>