Shades of Bright Red #952C38
Tints of Bright Red #952C38
RGB
CMYK
RGB Variations
Color information
#952C38 (or 0x952C38) is known color: Bright Red. HEX triplet: 95, 2C and 38. RGB value is (149,44,56). Sum of RGB (Red+Green+Blue) = 149+44+56=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #952C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C38 is #6AD3C7. Grayscale: #4C4C4C. Windows color (decimal): -7001032 or 3681429. OLE color: 3681429.
HSL color Cylindrical-coordinate representation of color #952C38: hue angle of 353.14º 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 #952C38 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 56 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.42 |
| HSL | 353.14º | 0.54% | 0.38% | - |
| HSV(B) | 353.14º | 0.7% | 0.58% | - |
| XYZ | 14.01 | 8.48 | 4.64 | - |
| YUV | 76.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 56 | 0 | 0.70 | 0.62 | 0.42 | 353.14 | 0.54 | 0.38 |
| Hex | 95 | 2C | 38 | 0 | 46 | 3E | 2A | 161 | 36 | 26 |
| Octal | 225 | 54 | 70 | 0 | 106 | 76 | 52 | 541 | 66 | 46 |
| Binary | 10010101 | 101100 | 111000 | 0 | 1000110 | 111110 | 101010 | 101100001 | 110110 | 100110 |
Color Harmonies of #952C38
Complementary color
Monochromatic Colors of #952C38
Black with #952C38
Text Example
Text Example
White with #952C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C38; }
p { color: rgb(149,44,56); }
H1.HeaderClassName
{
color: #952C38;
}
.AnyTagClassName
{
color: #952C38;
}
</style>
background-color css
<style>
a { background-color: #952C38; }
a { background-color: rgb(149,44,56); }
div.DivClassName
{
background-color: #952C38;
}
.BgClassName
{
background-color: #952C38;
}
</style>
border-color css
<style>
span { border-color: #952C38; }
span { border-color: rgb(149,44,56); }
td.TdClassName
{
border-color: #952C38;
}
.TagClassName
{
border-color: #952C38;
}
</style>