Shades of Bright Red #952B40
Tints of Bright Red #952B40
RGB
CMYK
RGB Variations
Color information
#952B40 (or 0x952B40) is known color: Bright Red. HEX triplet: 95, 2B and 40. RGB value is (149,43,64). Sum of RGB (Red+Green+Blue) = 149+43+64=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B40 is #6AD4BF. Grayscale: #4D4D4D. Windows color (decimal): -7001280 or 4205461. OLE color: 4205461.
HSL color Cylindrical-coordinate representation of color #952B40: hue angle of 348.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B40 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 64 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.42 |
| HSL | 348.11º | 0.55% | 0.38% | - |
| HSV(B) | 348.11º | 0.71% | 0.58% | - |
| XYZ | 14.18 | 8.49 | 5.74 | - |
| YUV | 77.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 64 | 0 | 0.71 | 0.57 | 0.42 | 348.11 | 0.55 | 0.38 |
| Hex | 95 | 2B | 40 | 0 | 47 | 39 | 2A | 15C | 37 | 26 |
| Octal | 225 | 53 | 100 | 0 | 107 | 71 | 52 | 534 | 67 | 46 |
| Binary | 10010101 | 101011 | 1000000 | 0 | 1000111 | 111001 | 101010 | 101011100 | 110111 | 100110 |
Color Harmonies of #952B40
Complementary color
Monochromatic Colors of #952B40
Black with #952B40
Text Example
Text Example
White with #952B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B40; }
p { color: rgb(149,43,64); }
H1.HeaderClassName
{
color: #952B40;
}
.AnyTagClassName
{
color: #952B40;
}
</style>
background-color css
<style>
a { background-color: #952B40; }
a { background-color: rgb(149,43,64); }
div.DivClassName
{
background-color: #952B40;
}
.BgClassName
{
background-color: #952B40;
}
</style>
border-color css
<style>
span { border-color: #952B40; }
span { border-color: rgb(149,43,64); }
td.TdClassName
{
border-color: #952B40;
}
.TagClassName
{
border-color: #952B40;
}
</style>