Shades of Bright Red #961D29
Tints of Bright Red #961D29
RGB
CMYK
RGB Variations
Color information
#961D29 (or 0x961D29) is known color: Bright Red. HEX triplet: 96, 1D and 29. RGB value is (150,29,41). Sum of RGB (Red+Green+Blue) = 150+29+41=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #961D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D29 is #69E2D6. Grayscale: #424242. Windows color (decimal): -6939351 or 2694550. OLE color: 2694550.
HSL color Cylindrical-coordinate representation of color #961D29: hue angle of 354.05º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D29 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 41 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.41 |
| HSL | 354.05º | 0.68% | 0.35% | - |
| HSV(B) | 354.05º | 0.81% | 0.59% | - |
| XYZ | 13.42 | 7.52 | 2.84 | - |
| YUV | 66.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 41 | 0 | 0.81 | 0.73 | 0.41 | 354.05 | 0.68 | 0.35 |
| Hex | 96 | 1D | 29 | 0 | 51 | 49 | 29 | 162 | 44 | 23 |
| Octal | 226 | 35 | 51 | 0 | 121 | 111 | 51 | 542 | 104 | 43 |
| Binary | 10010110 | 11101 | 101001 | 0 | 1010001 | 1001001 | 101001 | 101100010 | 1000100 | 100011 |
Color Harmonies of #961D29
Complementary color
Monochromatic Colors of #961D29
Black with #961D29
Text Example
Text Example
White with #961D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D29; }
p { color: rgb(150,29,41); }
H1.HeaderClassName
{
color: #961D29;
}
.AnyTagClassName
{
color: #961D29;
}
</style>
background-color css
<style>
a { background-color: #961D29; }
a { background-color: rgb(150,29,41); }
div.DivClassName
{
background-color: #961D29;
}
.BgClassName
{
background-color: #961D29;
}
</style>
border-color css
<style>
span { border-color: #961D29; }
span { border-color: rgb(150,29,41); }
td.TdClassName
{
border-color: #961D29;
}
.TagClassName
{
border-color: #961D29;
}
</style>