Shades of Bright Red #952633
Tints of Bright Red #952633
RGB
CMYK
RGB Variations
Color information
#952633 (or 0x952633) is known color: Bright Red. HEX triplet: 95, 26 and 33. RGB value is (149,38,51). Sum of RGB (Red+Green+Blue) = 149+38+51=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952633 is #6AD9CC. Grayscale: #484848. Windows color (decimal): -7002573 or 3352213. OLE color: 3352213.
HSL color Cylindrical-coordinate representation of color #952633: hue angle of 352.97º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952633 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 51 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.42 |
| HSL | 352.97º | 0.59% | 0.37% | - |
| HSV(B) | 352.97º | 0.74% | 0.58% | - |
| XYZ | 13.69 | 8.01 | 3.96 | - |
| YUV | 72.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 51 | 0 | 0.74 | 0.66 | 0.42 | 352.97 | 0.59 | 0.37 |
| Hex | 95 | 26 | 33 | 0 | 4A | 42 | 2A | 161 | 3B | 25 |
| Octal | 225 | 46 | 63 | 0 | 112 | 102 | 52 | 541 | 73 | 45 |
| Binary | 10010101 | 100110 | 110011 | 0 | 1001010 | 1000010 | 101010 | 101100001 | 111011 | 100101 |
Color Harmonies of #952633
Complementary color
Monochromatic Colors of #952633
Black with #952633
Text Example
Text Example
White with #952633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952633; }
p { color: rgb(149,38,51); }
H1.HeaderClassName
{
color: #952633;
}
.AnyTagClassName
{
color: #952633;
}
</style>
background-color css
<style>
a { background-color: #952633; }
a { background-color: rgb(149,38,51); }
div.DivClassName
{
background-color: #952633;
}
.BgClassName
{
background-color: #952633;
}
</style>
border-color css
<style>
span { border-color: #952633; }
span { border-color: rgb(149,38,51); }
td.TdClassName
{
border-color: #952633;
}
.TagClassName
{
border-color: #952633;
}
</style>