Shades of Bright Red #952A38
Tints of Bright Red #952A38
RGB
CMYK
RGB Variations
Color information
#952A38 (or 0x952A38) is known color: Bright Red. HEX triplet: 95, 2A and 38. RGB value is (149,42,56). Sum of RGB (Red+Green+Blue) = 149+42+56=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #952A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A38 is #6AD5C7. Grayscale: #4B4B4B. Windows color (decimal): -7001544 or 3680917. OLE color: 3680917.
HSL color Cylindrical-coordinate representation of color #952A38: hue angle of 352.15º 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 #952A38 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 56 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.42 |
| HSL | 352.15º | 0.56% | 0.37% | - |
| HSV(B) | 352.15º | 0.72% | 0.58% | - |
| XYZ | 13.94 | 8.33 | 4.61 | - |
| YUV | 75.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 56 | 0 | 0.72 | 0.62 | 0.42 | 352.15 | 0.56 | 0.37 |
| Hex | 95 | 2A | 38 | 0 | 48 | 3E | 2A | 160 | 38 | 25 |
| Octal | 225 | 52 | 70 | 0 | 110 | 76 | 52 | 540 | 70 | 45 |
| Binary | 10010101 | 101010 | 111000 | 0 | 1001000 | 111110 | 101010 | 101100000 | 111000 | 100101 |
Color Harmonies of #952A38
Complementary color
Monochromatic Colors of #952A38
Black with #952A38
Text Example
Text Example
White with #952A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A38; }
p { color: rgb(149,42,56); }
H1.HeaderClassName
{
color: #952A38;
}
.AnyTagClassName
{
color: #952A38;
}
</style>
background-color css
<style>
a { background-color: #952A38; }
a { background-color: rgb(149,42,56); }
div.DivClassName
{
background-color: #952A38;
}
.BgClassName
{
background-color: #952A38;
}
</style>
border-color css
<style>
span { border-color: #952A38; }
span { border-color: rgb(149,42,56); }
td.TdClassName
{
border-color: #952A38;
}
.TagClassName
{
border-color: #952A38;
}
</style>