Shades of Bright Red #952021
Tints of Bright Red #952021
RGB
CMYK
RGB Variations
Color information
#952021 (or 0x952021) is known color: Bright Red. HEX triplet: 95, 20 and 21. RGB value is (149,32,33). Sum of RGB (Red+Green+Blue) = 149+32+33=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #952021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952021 is #6ADFDE. Grayscale: #434343. Windows color (decimal): -7004127 or 2171029. OLE color: 2171029.
HSL color Cylindrical-coordinate representation of color #952021: hue angle of 359.49º 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 #952021 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 33 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.42 |
| HSL | 359.49º | 0.65% | 0.35% | - |
| HSV(B) | 359.49º | 0.79% | 0.58% | - |
| XYZ | 13.19 | 7.53 | 2.2 | - |
| YUV | 67.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 33 | 0 | 0.79 | 0.78 | 0.42 | 359.49 | 0.65 | 0.35 |
| Hex | 95 | 20 | 21 | 0 | 4F | 4E | 2A | 167 | 41 | 23 |
| Octal | 225 | 40 | 41 | 0 | 117 | 116 | 52 | 547 | 101 | 43 |
| Binary | 10010101 | 100000 | 100001 | 0 | 1001111 | 1001110 | 101010 | 101100111 | 1000001 | 100011 |
Color Harmonies of #952021
Complementary color
Monochromatic Colors of #952021
Black with #952021
Text Example
Text Example
White with #952021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952021; }
p { color: rgb(149,32,33); }
H1.HeaderClassName
{
color: #952021;
}
.AnyTagClassName
{
color: #952021;
}
</style>
background-color css
<style>
a { background-color: #952021; }
a { background-color: rgb(149,32,33); }
div.DivClassName
{
background-color: #952021;
}
.BgClassName
{
background-color: #952021;
}
</style>
border-color css
<style>
span { border-color: #952021; }
span { border-color: rgb(149,32,33); }
td.TdClassName
{
border-color: #952021;
}
.TagClassName
{
border-color: #952021;
}
</style>