Shades of Bright Red #952326
Tints of Bright Red #952326
RGB
CMYK
RGB Variations
Color information
#952326 (or 0x952326) is known color: Bright Red. HEX triplet: 95, 23 and 26. RGB value is (149,35,38). Sum of RGB (Red+Green+Blue) = 149+35+38=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952326 is #6ADCD9. Grayscale: #454545. Windows color (decimal): -7003354 or 2499477. OLE color: 2499477.
HSL color Cylindrical-coordinate representation of color #952326: hue angle of 358.42º 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 #952326 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 38 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.42 |
| HSL | 358.42º | 0.62% | 0.36% | - |
| HSV(B) | 358.42º | 0.77% | 0.58% | - |
| XYZ | 13.35 | 7.73 | 2.62 | - |
| YUV | 69.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 38 | 0 | 0.77 | 0.74 | 0.42 | 358.42 | 0.62 | 0.36 |
| Hex | 95 | 23 | 26 | 0 | 4D | 4A | 2A | 166 | 3E | 24 |
| Octal | 225 | 43 | 46 | 0 | 115 | 112 | 52 | 546 | 76 | 44 |
| Binary | 10010101 | 100011 | 100110 | 0 | 1001101 | 1001010 | 101010 | 101100110 | 111110 | 100100 |
Color Harmonies of #952326
Complementary color
Monochromatic Colors of #952326
Black with #952326
Text Example
Text Example
White with #952326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952326; }
p { color: rgb(149,35,38); }
H1.HeaderClassName
{
color: #952326;
}
.AnyTagClassName
{
color: #952326;
}
</style>
background-color css
<style>
a { background-color: #952326; }
a { background-color: rgb(149,35,38); }
div.DivClassName
{
background-color: #952326;
}
.BgClassName
{
background-color: #952326;
}
</style>
border-color css
<style>
span { border-color: #952326; }
span { border-color: rgb(149,35,38); }
td.TdClassName
{
border-color: #952326;
}
.TagClassName
{
border-color: #952326;
}
</style>