Shades of Bright Red #961D2D
Tints of Bright Red #961D2D
RGB
CMYK
RGB Variations
Color information
#961D2D (or 0x961D2D) is known color: Bright Red. HEX triplet: 96, 1D and 2D. RGB value is (150,29,45). Sum of RGB (Red+Green+Blue) = 150+29+45=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D2D is #69E2D2. Grayscale: #434343. Windows color (decimal): -6939347 or 2956694. OLE color: 2956694.
HSL color Cylindrical-coordinate representation of color #961D2D: hue angle of 352.07º 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 #961D2D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 45 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.41 |
| HSL | 352.07º | 0.68% | 0.35% | - |
| HSV(B) | 352.07º | 0.81% | 0.59% | - |
| XYZ | 13.49 | 7.55 | 3.23 | - |
| YUV | 67 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 45 | 0 | 0.81 | 0.70 | 0.41 | 352.07 | 0.68 | 0.35 |
| Hex | 96 | 1D | 2D | 0 | 51 | 46 | 29 | 160 | 44 | 23 |
| Octal | 226 | 35 | 55 | 0 | 121 | 106 | 51 | 540 | 104 | 43 |
| Binary | 10010110 | 11101 | 101101 | 0 | 1010001 | 1000110 | 101001 | 101100000 | 1000100 | 100011 |
Color Harmonies of #961D2D
Complementary color
Monochromatic Colors of #961D2D
Black with #961D2D
Text Example
Text Example
White with #961D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D2D; }
p { color: rgb(150,29,45); }
H1.HeaderClassName
{
color: #961D2D;
}
.AnyTagClassName
{
color: #961D2D;
}
</style>
background-color css
<style>
a { background-color: #961D2D; }
a { background-color: rgb(150,29,45); }
div.DivClassName
{
background-color: #961D2D;
}
.BgClassName
{
background-color: #961D2D;
}
</style>
border-color css
<style>
span { border-color: #961D2D; }
span { border-color: rgb(150,29,45); }
td.TdClassName
{
border-color: #961D2D;
}
.TagClassName
{
border-color: #961D2D;
}
</style>