Shades of Bright Red #952D36
Tints of Bright Red #952D36
RGB
CMYK
RGB Variations
Color information
#952D36 (or 0x952D36) is known color: Bright Red. HEX triplet: 95, 2D and 36. RGB value is (149,45,54). Sum of RGB (Red+Green+Blue) = 149+45+54=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #952D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D36 is #6AD2C9. Grayscale: #4D4D4D. Windows color (decimal): -7000778 or 3550613. OLE color: 3550613.
HSL color Cylindrical-coordinate representation of color #952D36: hue angle of 354.81º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D36 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 54 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.42 |
| HSL | 354.81º | 0.54% | 0.38% | - |
| HSV(B) | 354.81º | 0.7% | 0.58% | - |
| XYZ | 14 | 8.53 | 4.4 | - |
| YUV | 77.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 54 | 0 | 0.70 | 0.64 | 0.42 | 354.81 | 0.54 | 0.38 |
| Hex | 95 | 2D | 36 | 0 | 46 | 40 | 2A | 163 | 36 | 26 |
| Octal | 225 | 55 | 66 | 0 | 106 | 100 | 52 | 543 | 66 | 46 |
| Binary | 10010101 | 101101 | 110110 | 0 | 1000110 | 1000000 | 101010 | 101100011 | 110110 | 100110 |
Color Harmonies of #952D36
Complementary color
Monochromatic Colors of #952D36
Black with #952D36
Text Example
Text Example
White with #952D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D36; }
p { color: rgb(149,45,54); }
H1.HeaderClassName
{
color: #952D36;
}
.AnyTagClassName
{
color: #952D36;
}
</style>
background-color css
<style>
a { background-color: #952D36; }
a { background-color: rgb(149,45,54); }
div.DivClassName
{
background-color: #952D36;
}
.BgClassName
{
background-color: #952D36;
}
</style>
border-color css
<style>
span { border-color: #952D36; }
span { border-color: rgb(149,45,54); }
td.TdClassName
{
border-color: #952D36;
}
.TagClassName
{
border-color: #952D36;
}
</style>