Shades of Bright Red #962D42
Tints of Bright Red #962D42
RGB
CMYK
RGB Variations
Color information
#962D42 (or 0x962D42) is known color: Bright Red. HEX triplet: 96, 2D and 42. RGB value is (150,45,66). Sum of RGB (Red+Green+Blue) = 150+45+66=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #962D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D42 is #69D2BD. Grayscale: #4E4E4E. Windows color (decimal): -6935230 or 4337046. OLE color: 4337046.
HSL color Cylindrical-coordinate representation of color #962D42: hue angle of 348º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D42 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 66 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.41 |
| HSL | 348º | 0.54% | 0.38% | - |
| HSV(B) | 348º | 0.7% | 0.59% | - |
| XYZ | 14.5 | 8.75 | 6.08 | - |
| YUV | 78.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 66 | 0 | 0.70 | 0.56 | 0.41 | 348 | 0.54 | 0.38 |
| Hex | 96 | 2D | 42 | 0 | 46 | 38 | 29 | 15C | 36 | 26 |
| Octal | 226 | 55 | 102 | 0 | 106 | 70 | 51 | 534 | 66 | 46 |
| Binary | 10010110 | 101101 | 1000010 | 0 | 1000110 | 111000 | 101001 | 101011100 | 110110 | 100110 |
Color Harmonies of #962D42
Complementary color
Monochromatic Colors of #962D42
Black with #962D42
Text Example
Text Example
White with #962D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D42; }
p { color: rgb(150,45,66); }
H1.HeaderClassName
{
color: #962D42;
}
.AnyTagClassName
{
color: #962D42;
}
</style>
background-color css
<style>
a { background-color: #962D42; }
a { background-color: rgb(150,45,66); }
div.DivClassName
{
background-color: #962D42;
}
.BgClassName
{
background-color: #962D42;
}
</style>
border-color css
<style>
span { border-color: #962D42; }
span { border-color: rgb(150,45,66); }
td.TdClassName
{
border-color: #962D42;
}
.TagClassName
{
border-color: #962D42;
}
</style>