Shades of Bright Red #952038
Tints of Bright Red #952038
RGB
CMYK
RGB Variations
Color information
#952038 (or 0x952038) is known color: Bright Red. HEX triplet: 95, 20 and 38. RGB value is (149,32,56). Sum of RGB (Red+Green+Blue) = 149+32+56=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952038 is #6ADFC7. Grayscale: #454545. Windows color (decimal): -7004104 or 3678357. OLE color: 3678357.
HSL color Cylindrical-coordinate representation of color #952038: hue angle of 347.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952038 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 56 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.42 |
| HSL | 347.69º | 0.65% | 0.35% | - |
| HSV(B) | 347.69º | 0.79% | 0.58% | - |
| XYZ | 13.62 | 7.71 | 4.51 | - |
| YUV | 69.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 56 | 0 | 0.79 | 0.62 | 0.42 | 347.69 | 0.65 | 0.35 |
| Hex | 95 | 20 | 38 | 0 | 4F | 3E | 2A | 15C | 41 | 23 |
| Octal | 225 | 40 | 70 | 0 | 117 | 76 | 52 | 534 | 101 | 43 |
| Binary | 10010101 | 100000 | 111000 | 0 | 1001111 | 111110 | 101010 | 101011100 | 1000001 | 100011 |
Color Harmonies of #952038
Complementary color
Monochromatic Colors of #952038
Black with #952038
Text Example
Text Example
White with #952038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952038; }
p { color: rgb(149,32,56); }
H1.HeaderClassName
{
color: #952038;
}
.AnyTagClassName
{
color: #952038;
}
</style>
background-color css
<style>
a { background-color: #952038; }
a { background-color: rgb(149,32,56); }
div.DivClassName
{
background-color: #952038;
}
.BgClassName
{
background-color: #952038;
}
</style>
border-color css
<style>
span { border-color: #952038; }
span { border-color: rgb(149,32,56); }
td.TdClassName
{
border-color: #952038;
}
.TagClassName
{
border-color: #952038;
}
</style>