Shades of Bright Red #962435
Tints of Bright Red #962435
RGB
CMYK
RGB Variations
Color information
#962435 (or 0x962435) is known color: Bright Red. HEX triplet: 96, 24 and 35. RGB value is (150,36,53). Sum of RGB (Red+Green+Blue) = 150+36+53=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962435 is #69DBCA. Grayscale: #484848. Windows color (decimal): -6937547 or 3482774. OLE color: 3482774.
HSL color Cylindrical-coordinate representation of color #962435: hue angle of 351.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962435 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 53 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.41 |
| HSL | 351.05º | 0.61% | 0.36% | - |
| HSV(B) | 351.05º | 0.76% | 0.59% | - |
| XYZ | 13.85 | 8 | 4.18 | - |
| YUV | 72.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 53 | 0 | 0.76 | 0.65 | 0.41 | 351.05 | 0.61 | 0.36 |
| Hex | 96 | 24 | 35 | 0 | 4C | 41 | 29 | 15F | 3D | 24 |
| Octal | 226 | 44 | 65 | 0 | 114 | 101 | 51 | 537 | 75 | 44 |
| Binary | 10010110 | 100100 | 110101 | 0 | 1001100 | 1000001 | 101001 | 101011111 | 111101 | 100100 |
Color Harmonies of #962435
Complementary color
Monochromatic Colors of #962435
Black with #962435
Text Example
Text Example
White with #962435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962435; }
p { color: rgb(150,36,53); }
H1.HeaderClassName
{
color: #962435;
}
.AnyTagClassName
{
color: #962435;
}
</style>
background-color css
<style>
a { background-color: #962435; }
a { background-color: rgb(150,36,53); }
div.DivClassName
{
background-color: #962435;
}
.BgClassName
{
background-color: #962435;
}
</style>
border-color css
<style>
span { border-color: #962435; }
span { border-color: rgb(150,36,53); }
td.TdClassName
{
border-color: #962435;
}
.TagClassName
{
border-color: #962435;
}
</style>