Shades of Bright Red #961F38
Tints of Bright Red #961F38
RGB
CMYK
RGB Variations
Color information
#961F38 (or 0x961F38) is known color: Bright Red. HEX triplet: 96, 1F and 38. RGB value is (150,31,56). Sum of RGB (Red+Green+Blue) = 150+31+56=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #961F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F38 is #69E0C7. Grayscale: #454545. Windows color (decimal): -6938824 or 3678102. OLE color: 3678102.
HSL color Cylindrical-coordinate representation of color #961F38: hue angle of 347.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F38 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 56 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.41 |
| HSL | 347.4º | 0.66% | 0.35% | - |
| HSV(B) | 347.4º | 0.79% | 0.59% | - |
| XYZ | 13.78 | 7.75 | 4.51 | - |
| YUV | 69.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 56 | 0 | 0.79 | 0.63 | 0.41 | 347.4 | 0.66 | 0.35 |
| Hex | 96 | 1F | 38 | 0 | 4F | 3F | 29 | 15B | 42 | 23 |
| Octal | 226 | 37 | 70 | 0 | 117 | 77 | 51 | 533 | 102 | 43 |
| Binary | 10010110 | 11111 | 111000 | 0 | 1001111 | 111111 | 101001 | 101011011 | 1000010 | 100011 |
Color Harmonies of #961F38
Complementary color
Monochromatic Colors of #961F38
Black with #961F38
Text Example
Text Example
White with #961F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F38; }
p { color: rgb(150,31,56); }
H1.HeaderClassName
{
color: #961F38;
}
.AnyTagClassName
{
color: #961F38;
}
</style>
background-color css
<style>
a { background-color: #961F38; }
a { background-color: rgb(150,31,56); }
div.DivClassName
{
background-color: #961F38;
}
.BgClassName
{
background-color: #961F38;
}
</style>
border-color css
<style>
span { border-color: #961F38; }
span { border-color: rgb(150,31,56); }
td.TdClassName
{
border-color: #961F38;
}
.TagClassName
{
border-color: #961F38;
}
</style>