Shades of Bright Red #962228
Tints of Bright Red #962228
RGB
CMYK
RGB Variations
Color information
#962228 (or 0x962228) is known color: Bright Red. HEX triplet: 96, 22 and 28. RGB value is (150,34,40). Sum of RGB (Red+Green+Blue) = 150+34+40=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962228 is #69DDD7. Grayscale: #454545. Windows color (decimal): -6938072 or 2630294. OLE color: 2630294.
HSL color Cylindrical-coordinate representation of color #962228: hue angle of 356.9º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962228 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 40 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.41 |
| HSL | 356.9º | 0.63% | 0.36% | - |
| HSV(B) | 356.9º | 0.77% | 0.59% | - |
| XYZ | 13.53 | 7.78 | 2.8 | - |
| YUV | 69.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 40 | 0 | 0.77 | 0.73 | 0.41 | 356.9 | 0.63 | 0.36 |
| Hex | 96 | 22 | 28 | 0 | 4D | 49 | 29 | 165 | 3F | 24 |
| Octal | 226 | 42 | 50 | 0 | 115 | 111 | 51 | 545 | 77 | 44 |
| Binary | 10010110 | 100010 | 101000 | 0 | 1001101 | 1001001 | 101001 | 101100101 | 111111 | 100100 |
Color Harmonies of #962228
Complementary color
Monochromatic Colors of #962228
Black with #962228
Text Example
Text Example
White with #962228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962228; }
p { color: rgb(150,34,40); }
H1.HeaderClassName
{
color: #962228;
}
.AnyTagClassName
{
color: #962228;
}
</style>
background-color css
<style>
a { background-color: #962228; }
a { background-color: rgb(150,34,40); }
div.DivClassName
{
background-color: #962228;
}
.BgClassName
{
background-color: #962228;
}
</style>
border-color css
<style>
span { border-color: #962228; }
span { border-color: rgb(150,34,40); }
td.TdClassName
{
border-color: #962228;
}
.TagClassName
{
border-color: #962228;
}
</style>