Shades of Bright Red #962129
Tints of Bright Red #962129
RGB
CMYK
RGB Variations
Color information
#962129 (or 0x962129) is known color: Bright Red. HEX triplet: 96, 21 and 29. RGB value is (150,33,41). Sum of RGB (Red+Green+Blue) = 150+33+41=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962129 is #69DED6. Grayscale: #444444. Windows color (decimal): -6938327 or 2695574. OLE color: 2695574.
HSL color Cylindrical-coordinate representation of color #962129: hue angle of 355.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962129 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 41 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.41 |
| HSL | 355.9º | 0.64% | 0.36% | - |
| HSV(B) | 355.9º | 0.78% | 0.59% | - |
| XYZ | 13.52 | 7.73 | 2.88 | - |
| YUV | 68.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 41 | 0 | 0.78 | 0.73 | 0.41 | 355.9 | 0.64 | 0.36 |
| Hex | 96 | 21 | 29 | 0 | 4E | 49 | 29 | 164 | 40 | 24 |
| Octal | 226 | 41 | 51 | 0 | 116 | 111 | 51 | 544 | 100 | 44 |
| Binary | 10010110 | 100001 | 101001 | 0 | 1001110 | 1001001 | 101001 | 101100100 | 1000000 | 100100 |
Color Harmonies of #962129
Complementary color
Monochromatic Colors of #962129
Black with #962129
Text Example
Text Example
White with #962129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962129; }
p { color: rgb(150,33,41); }
H1.HeaderClassName
{
color: #962129;
}
.AnyTagClassName
{
color: #962129;
}
</style>
background-color css
<style>
a { background-color: #962129; }
a { background-color: rgb(150,33,41); }
div.DivClassName
{
background-color: #962129;
}
.BgClassName
{
background-color: #962129;
}
</style>
border-color css
<style>
span { border-color: #962129; }
span { border-color: rgb(150,33,41); }
td.TdClassName
{
border-color: #962129;
}
.TagClassName
{
border-color: #962129;
}
</style>