Shades of Bright Red #962C42
Tints of Bright Red #962C42
RGB
CMYK
RGB Variations
Color information
#962C42 (or 0x962C42) is known color: Bright Red. HEX triplet: 96, 2C and 42. RGB value is (150,44,66). Sum of RGB (Red+Green+Blue) = 150+44+66=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #962C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C42 is #69D3BD. Grayscale: #4E4E4E. Windows color (decimal): -6935486 or 4336790. OLE color: 4336790.
HSL color Cylindrical-coordinate representation of color #962C42: hue angle of 347.55º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C42 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 66 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.41 |
| HSL | 347.55º | 0.55% | 0.38% | - |
| HSV(B) | 347.55º | 0.71% | 0.59% | - |
| XYZ | 14.46 | 8.68 | 6.07 | - |
| YUV | 78.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 66 | 0 | 0.71 | 0.56 | 0.41 | 347.55 | 0.55 | 0.38 |
| Hex | 96 | 2C | 42 | 0 | 47 | 38 | 29 | 15C | 37 | 26 |
| Octal | 226 | 54 | 102 | 0 | 107 | 70 | 51 | 534 | 67 | 46 |
| Binary | 10010110 | 101100 | 1000010 | 0 | 1000111 | 111000 | 101001 | 101011100 | 110111 | 100110 |
Color Harmonies of #962C42
Complementary color
Monochromatic Colors of #962C42
Black with #962C42
Text Example
Text Example
White with #962C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C42; }
p { color: rgb(150,44,66); }
H1.HeaderClassName
{
color: #962C42;
}
.AnyTagClassName
{
color: #962C42;
}
</style>
background-color css
<style>
a { background-color: #962C42; }
a { background-color: rgb(150,44,66); }
div.DivClassName
{
background-color: #962C42;
}
.BgClassName
{
background-color: #962C42;
}
</style>
border-color css
<style>
span { border-color: #962C42; }
span { border-color: rgb(150,44,66); }
td.TdClassName
{
border-color: #962C42;
}
.TagClassName
{
border-color: #962C42;
}
</style>