Shades of Bright Red #952A37
Tints of Bright Red #952A37
RGB
CMYK
RGB Variations
Color information
#952A37 (or 0x952A37) is known color: Bright Red. HEX triplet: 95, 2A and 37. RGB value is (149,42,55). Sum of RGB (Red+Green+Blue) = 149+42+55=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #952A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A37 is #6AD5C8. Grayscale: #4B4B4B. Windows color (decimal): -7001545 or 3615381. OLE color: 3615381.
HSL color Cylindrical-coordinate representation of color #952A37: hue angle of 352.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A37 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 55 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.42 |
| HSL | 352.71º | 0.56% | 0.37% | - |
| HSV(B) | 352.71º | 0.72% | 0.58% | - |
| XYZ | 13.91 | 8.32 | 4.49 | - |
| YUV | 75.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 55 | 0 | 0.72 | 0.63 | 0.42 | 352.71 | 0.56 | 0.37 |
| Hex | 95 | 2A | 37 | 0 | 48 | 3F | 2A | 161 | 38 | 25 |
| Octal | 225 | 52 | 67 | 0 | 110 | 77 | 52 | 541 | 70 | 45 |
| Binary | 10010101 | 101010 | 110111 | 0 | 1001000 | 111111 | 101010 | 101100001 | 111000 | 100101 |
Color Harmonies of #952A37
Complementary color
Monochromatic Colors of #952A37
Black with #952A37
Text Example
Text Example
White with #952A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A37; }
p { color: rgb(149,42,55); }
H1.HeaderClassName
{
color: #952A37;
}
.AnyTagClassName
{
color: #952A37;
}
</style>
background-color css
<style>
a { background-color: #952A37; }
a { background-color: rgb(149,42,55); }
div.DivClassName
{
background-color: #952A37;
}
.BgClassName
{
background-color: #952A37;
}
</style>
border-color css
<style>
span { border-color: #952A37; }
span { border-color: rgb(149,42,55); }
td.TdClassName
{
border-color: #952A37;
}
.TagClassName
{
border-color: #952A37;
}
</style>