Shades of Bright Red #960E38
Tints of Bright Red #960E38
RGB
CMYK
RGB Variations
Color information
#960E38 (or 0x960E38) is known color: Bright Red. HEX triplet: 96, 0E and 38. RGB value is (150,14,56). Sum of RGB (Red+Green+Blue) = 150+14+56=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #960E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960E38 is #69F1C7. Grayscale: #3B3B3B. Windows color (decimal): -6943176 or 3673750. OLE color: 3673750.
HSL color Cylindrical-coordinate representation of color #960E38: hue angle of 341.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E38 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 14 | 56 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.41 |
| HSL | 341.47º | 0.83% | 0.32% | - |
| HSV(B) | 341.47º | 0.91% | 0.59% | - |
| XYZ | 13.45 | 7.08 | 4.4 | - |
| YUV | 59.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 56 | 0 | 0.91 | 0.63 | 0.41 | 341.47 | 0.83 | 0.32 |
| Hex | 96 | E | 38 | 0 | 5B | 3F | 29 | 155 | 53 | 20 |
| Octal | 226 | 16 | 70 | 0 | 133 | 77 | 51 | 525 | 123 | 40 |
| Binary | 10010110 | 1110 | 111000 | 0 | 1011011 | 111111 | 101001 | 101010101 | 1010011 | 100000 |
Color Harmonies of #960E38
Complementary color
Monochromatic Colors of #960E38
Black with #960E38
Text Example
Text Example
White with #960E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960E38; }
p { color: rgb(150,14,56); }
H1.HeaderClassName
{
color: #960E38;
}
.AnyTagClassName
{
color: #960E38;
}
</style>
background-color css
<style>
a { background-color: #960E38; }
a { background-color: rgb(150,14,56); }
div.DivClassName
{
background-color: #960E38;
}
.BgClassName
{
background-color: #960E38;
}
</style>
border-color css
<style>
span { border-color: #960E38; }
span { border-color: rgb(150,14,56); }
td.TdClassName
{
border-color: #960E38;
}
.TagClassName
{
border-color: #960E38;
}
</style>