Shades of Bright Red #952238
Tints of Bright Red #952238
RGB
CMYK
RGB Variations
Color information
#952238 (or 0x952238) is known color: Bright Red. HEX triplet: 95, 22 and 38. RGB value is (149,34,56). Sum of RGB (Red+Green+Blue) = 149+34+56=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952238 is #6ADDC7. Grayscale: #464646. Windows color (decimal): -7003592 or 3678869. OLE color: 3678869.
HSL color Cylindrical-coordinate representation of color #952238: hue angle of 348.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952238 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 56 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.42 |
| HSL | 348.52º | 0.63% | 0.36% | - |
| HSV(B) | 348.52º | 0.77% | 0.58% | - |
| XYZ | 13.68 | 7.82 | 4.53 | - |
| YUV | 70.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 56 | 0 | 0.77 | 0.62 | 0.42 | 348.52 | 0.63 | 0.36 |
| Hex | 95 | 22 | 38 | 0 | 4D | 3E | 2A | 15D | 3F | 24 |
| Octal | 225 | 42 | 70 | 0 | 115 | 76 | 52 | 535 | 77 | 44 |
| Binary | 10010101 | 100010 | 111000 | 0 | 1001101 | 111110 | 101010 | 101011101 | 111111 | 100100 |
Color Harmonies of #952238
Complementary color
Monochromatic Colors of #952238
Black with #952238
Text Example
Text Example
White with #952238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952238; }
p { color: rgb(149,34,56); }
H1.HeaderClassName
{
color: #952238;
}
.AnyTagClassName
{
color: #952238;
}
</style>
background-color css
<style>
a { background-color: #952238; }
a { background-color: rgb(149,34,56); }
div.DivClassName
{
background-color: #952238;
}
.BgClassName
{
background-color: #952238;
}
</style>
border-color css
<style>
span { border-color: #952238; }
span { border-color: rgb(149,34,56); }
td.TdClassName
{
border-color: #952238;
}
.TagClassName
{
border-color: #952238;
}
</style>