Shades of Bright Red #952328
Tints of Bright Red #952328
RGB
CMYK
RGB Variations
Color information
#952328 (or 0x952328) is known color: Bright Red. HEX triplet: 95, 23 and 28. RGB value is (149,35,40). Sum of RGB (Red+Green+Blue) = 149+35+40=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952328 is #6ADCD7. Grayscale: #454545. Windows color (decimal): -7003352 or 2630549. OLE color: 2630549.
HSL color Cylindrical-coordinate representation of color #952328: hue angle of 357.37º degrees, saturation: 0.62, 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 #952328 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 40 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.42 |
| HSL | 357.37º | 0.62% | 0.36% | - |
| HSV(B) | 357.37º | 0.77% | 0.58% | - |
| XYZ | 13.38 | 7.74 | 2.8 | - |
| YUV | 69.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 40 | 0 | 0.77 | 0.73 | 0.42 | 357.37 | 0.62 | 0.36 |
| Hex | 95 | 23 | 28 | 0 | 4D | 49 | 2A | 165 | 3E | 24 |
| Octal | 225 | 43 | 50 | 0 | 115 | 111 | 52 | 545 | 76 | 44 |
| Binary | 10010101 | 100011 | 101000 | 0 | 1001101 | 1001001 | 101010 | 101100101 | 111110 | 100100 |
Color Harmonies of #952328
Complementary color
Monochromatic Colors of #952328
Black with #952328
Text Example
Text Example
White with #952328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952328; }
p { color: rgb(149,35,40); }
H1.HeaderClassName
{
color: #952328;
}
.AnyTagClassName
{
color: #952328;
}
</style>
background-color css
<style>
a { background-color: #952328; }
a { background-color: rgb(149,35,40); }
div.DivClassName
{
background-color: #952328;
}
.BgClassName
{
background-color: #952328;
}
</style>
border-color css
<style>
span { border-color: #952328; }
span { border-color: rgb(149,35,40); }
td.TdClassName
{
border-color: #952328;
}
.TagClassName
{
border-color: #952328;
}
</style>