Shades of Bright Red #952428
Tints of Bright Red #952428
RGB
CMYK
RGB Variations
Color information
#952428 (or 0x952428) is known color: Bright Red. HEX triplet: 95, 24 and 28. RGB value is (149,36,40). Sum of RGB (Red+Green+Blue) = 149+36+40=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952428 is #6ADBD7. Grayscale: #464646. Windows color (decimal): -7003096 or 2630805. OLE color: 2630805.
HSL color Cylindrical-coordinate representation of color #952428: hue angle of 357.88º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952428 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 40 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.42 |
| HSL | 357.88º | 0.61% | 0.36% | - |
| HSV(B) | 357.88º | 0.76% | 0.58% | - |
| XYZ | 13.41 | 7.8 | 2.81 | - |
| YUV | 70.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 40 | 0 | 0.76 | 0.73 | 0.42 | 357.88 | 0.61 | 0.36 |
| Hex | 95 | 24 | 28 | 0 | 4C | 49 | 2A | 166 | 3D | 24 |
| Octal | 225 | 44 | 50 | 0 | 114 | 111 | 52 | 546 | 75 | 44 |
| Binary | 10010101 | 100100 | 101000 | 0 | 1001100 | 1001001 | 101010 | 101100110 | 111101 | 100100 |
Color Harmonies of #952428
Complementary color
Monochromatic Colors of #952428
Black with #952428
Text Example
Text Example
White with #952428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952428; }
p { color: rgb(149,36,40); }
H1.HeaderClassName
{
color: #952428;
}
.AnyTagClassName
{
color: #952428;
}
</style>
background-color css
<style>
a { background-color: #952428; }
a { background-color: rgb(149,36,40); }
div.DivClassName
{
background-color: #952428;
}
.BgClassName
{
background-color: #952428;
}
</style>
border-color css
<style>
span { border-color: #952428; }
span { border-color: rgb(149,36,40); }
td.TdClassName
{
border-color: #952428;
}
.TagClassName
{
border-color: #952428;
}
</style>