Shades of Bright Red #961429
Tints of Bright Red #961429
RGB
CMYK
RGB Variations
Color information
#961429 (or 0x961429) is known color: Bright Red. HEX triplet: 96, 14 and 29. RGB value is (150,20,41). Sum of RGB (Red+Green+Blue) = 150+20+41=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #961429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961429 is #69EBD6. Grayscale: #3D3D3D. Windows color (decimal): -6941655 or 2692246. OLE color: 2692246.
HSL color Cylindrical-coordinate representation of color #961429: hue angle of 350.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961429 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 41 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.41 |
| HSL | 350.31º | 0.76% | 0.33% | - |
| HSV(B) | 350.31º | 0.87% | 0.59% | - |
| XYZ | 13.23 | 7.14 | 2.78 | - |
| YUV | 61.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 41 | 0 | 0.87 | 0.73 | 0.41 | 350.31 | 0.76 | 0.33 |
| Hex | 96 | 14 | 29 | 0 | 57 | 49 | 29 | 15E | 4C | 21 |
| Octal | 226 | 24 | 51 | 0 | 127 | 111 | 51 | 536 | 114 | 41 |
| Binary | 10010110 | 10100 | 101001 | 0 | 1010111 | 1001001 | 101001 | 101011110 | 1001100 | 100001 |
Color Harmonies of #961429
Complementary color
Monochromatic Colors of #961429
Black with #961429
Text Example
Text Example
White with #961429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961429; }
p { color: rgb(150,20,41); }
H1.HeaderClassName
{
color: #961429;
}
.AnyTagClassName
{
color: #961429;
}
</style>
background-color css
<style>
a { background-color: #961429; }
a { background-color: rgb(150,20,41); }
div.DivClassName
{
background-color: #961429;
}
.BgClassName
{
background-color: #961429;
}
</style>
border-color css
<style>
span { border-color: #961429; }
span { border-color: rgb(150,20,41); }
td.TdClassName
{
border-color: #961429;
}
.TagClassName
{
border-color: #961429;
}
</style>