Shades of Bright Red #952135
Tints of Bright Red #952135
RGB
CMYK
RGB Variations
Color information
#952135 (or 0x952135) is known color: Bright Red. HEX triplet: 95, 21 and 35. RGB value is (149,33,53). Sum of RGB (Red+Green+Blue) = 149+33+53=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952135 is #6ADECA. Grayscale: #454545. Windows color (decimal): -7003851 or 3482005. OLE color: 3482005.
HSL color Cylindrical-coordinate representation of color #952135: hue angle of 349.66º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952135 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 53 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.42 |
| HSL | 349.66º | 0.64% | 0.36% | - |
| HSV(B) | 349.66º | 0.78% | 0.58% | - |
| XYZ | 13.58 | 7.73 | 4.15 | - |
| YUV | 69.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 53 | 0 | 0.78 | 0.64 | 0.42 | 349.66 | 0.64 | 0.36 |
| Hex | 95 | 21 | 35 | 0 | 4E | 40 | 2A | 15E | 40 | 24 |
| Octal | 225 | 41 | 65 | 0 | 116 | 100 | 52 | 536 | 100 | 44 |
| Binary | 10010101 | 100001 | 110101 | 0 | 1001110 | 1000000 | 101010 | 101011110 | 1000000 | 100100 |
Color Harmonies of #952135
Complementary color
Monochromatic Colors of #952135
Black with #952135
Text Example
Text Example
White with #952135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952135; }
p { color: rgb(149,33,53); }
H1.HeaderClassName
{
color: #952135;
}
.AnyTagClassName
{
color: #952135;
}
</style>
background-color css
<style>
a { background-color: #952135; }
a { background-color: rgb(149,33,53); }
div.DivClassName
{
background-color: #952135;
}
.BgClassName
{
background-color: #952135;
}
</style>
border-color css
<style>
span { border-color: #952135; }
span { border-color: rgb(149,33,53); }
td.TdClassName
{
border-color: #952135;
}
.TagClassName
{
border-color: #952135;
}
</style>