Shades of Bright Red #962338
Tints of Bright Red #962338
RGB
CMYK
RGB Variations
Color information
#962338 (or 0x962338) is known color: Bright Red. HEX triplet: 96, 23 and 38. RGB value is (150,35,56). Sum of RGB (Red+Green+Blue) = 150+35+56=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #962338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962338 is #69DCC7. Grayscale: #474747. Windows color (decimal): -6937800 or 3679126. OLE color: 3679126.
HSL color Cylindrical-coordinate representation of color #962338: hue angle of 349.04º degrees, saturation: 0.62, 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 #962338 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 56 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.41 |
| HSL | 349.04º | 0.62% | 0.36% | - |
| HSV(B) | 349.04º | 0.77% | 0.59% | - |
| XYZ | 13.89 | 7.97 | 4.55 | - |
| YUV | 71.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 56 | 0 | 0.77 | 0.63 | 0.41 | 349.04 | 0.62 | 0.36 |
| Hex | 96 | 23 | 38 | 0 | 4D | 3F | 29 | 15D | 3E | 24 |
| Octal | 226 | 43 | 70 | 0 | 115 | 77 | 51 | 535 | 76 | 44 |
| Binary | 10010110 | 100011 | 111000 | 0 | 1001101 | 111111 | 101001 | 101011101 | 111110 | 100100 |
Color Harmonies of #962338
Complementary color
Monochromatic Colors of #962338
Black with #962338
Text Example
Text Example
White with #962338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962338; }
p { color: rgb(150,35,56); }
H1.HeaderClassName
{
color: #962338;
}
.AnyTagClassName
{
color: #962338;
}
</style>
background-color css
<style>
a { background-color: #962338; }
a { background-color: rgb(150,35,56); }
div.DivClassName
{
background-color: #962338;
}
.BgClassName
{
background-color: #962338;
}
</style>
border-color css
<style>
span { border-color: #962338; }
span { border-color: rgb(150,35,56); }
td.TdClassName
{
border-color: #962338;
}
.TagClassName
{
border-color: #962338;
}
</style>