Shades of Bright Red #952838
Tints of Bright Red #952838
RGB
CMYK
RGB Variations
Color information
#952838 (or 0x952838) is known color: Bright Red. HEX triplet: 95, 28 and 38. RGB value is (149,40,56). Sum of RGB (Red+Green+Blue) = 149+40+56=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #952838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952838 is #6AD7C7. Grayscale: #4A4A4A. Windows color (decimal): -7002056 or 3680405. OLE color: 3680405.
HSL color Cylindrical-coordinate representation of color #952838: hue angle of 351.19º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952838 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 56 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.42 |
| HSL | 351.19º | 0.58% | 0.37% | - |
| HSV(B) | 351.19º | 0.73% | 0.58% | - |
| XYZ | 13.87 | 8.19 | 4.59 | - |
| YUV | 74.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 56 | 0 | 0.73 | 0.62 | 0.42 | 351.19 | 0.58 | 0.37 |
| Hex | 95 | 28 | 38 | 0 | 49 | 3E | 2A | 15F | 3A | 25 |
| Octal | 225 | 50 | 70 | 0 | 111 | 76 | 52 | 537 | 72 | 45 |
| Binary | 10010101 | 101000 | 111000 | 0 | 1001001 | 111110 | 101010 | 101011111 | 111010 | 100101 |
Color Harmonies of #952838
Complementary color
Monochromatic Colors of #952838
Black with #952838
Text Example
Text Example
White with #952838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952838; }
p { color: rgb(149,40,56); }
H1.HeaderClassName
{
color: #952838;
}
.AnyTagClassName
{
color: #952838;
}
</style>
background-color css
<style>
a { background-color: #952838; }
a { background-color: rgb(149,40,56); }
div.DivClassName
{
background-color: #952838;
}
.BgClassName
{
background-color: #952838;
}
</style>
border-color css
<style>
span { border-color: #952838; }
span { border-color: rgb(149,40,56); }
td.TdClassName
{
border-color: #952838;
}
.TagClassName
{
border-color: #952838;
}
</style>