Shades of Bright Red #962C38
Tints of Bright Red #962C38
RGB
CMYK
RGB Variations
Color information
#962C38 (or 0x962C38) is known color: Bright Red. HEX triplet: 96, 2C and 38. RGB value is (150,44,56). Sum of RGB (Red+Green+Blue) = 150+44+56=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #962C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C38 is #69D3C7. Grayscale: #4D4D4D. Windows color (decimal): -6935496 or 3681430. OLE color: 3681430.
HSL color Cylindrical-coordinate representation of color #962C38: hue angle of 353.21º 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 #962C38 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 56 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.41 |
| HSL | 353.21º | 0.55% | 0.38% | - |
| HSV(B) | 353.21º | 0.71% | 0.59% | - |
| XYZ | 14.19 | 8.57 | 4.65 | - |
| YUV | 77.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 56 | 0 | 0.71 | 0.63 | 0.41 | 353.21 | 0.55 | 0.38 |
| Hex | 96 | 2C | 38 | 0 | 47 | 3F | 29 | 161 | 37 | 26 |
| Octal | 226 | 54 | 70 | 0 | 107 | 77 | 51 | 541 | 67 | 46 |
| Binary | 10010110 | 101100 | 111000 | 0 | 1000111 | 111111 | 101001 | 101100001 | 110111 | 100110 |
Color Harmonies of #962C38
Complementary color
Monochromatic Colors of #962C38
Black with #962C38
Text Example
Text Example
White with #962C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C38; }
p { color: rgb(150,44,56); }
H1.HeaderClassName
{
color: #962C38;
}
.AnyTagClassName
{
color: #962C38;
}
</style>
background-color css
<style>
a { background-color: #962C38; }
a { background-color: rgb(150,44,56); }
div.DivClassName
{
background-color: #962C38;
}
.BgClassName
{
background-color: #962C38;
}
</style>
border-color css
<style>
span { border-color: #962C38; }
span { border-color: rgb(150,44,56); }
td.TdClassName
{
border-color: #962C38;
}
.TagClassName
{
border-color: #962C38;
}
</style>