Shades of Bright Red #96133D
Tints of Bright Red #96133D
RGB
CMYK
RGB Variations
Color information
#96133D (or 0x96133D) is known color: Bright Red. HEX triplet: 96, 13 and 3D. RGB value is (150,19,61). Sum of RGB (Red+Green+Blue) = 150+19+61=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96133D is #69ECC2. Grayscale: #3E3E3E. Windows color (decimal): -6941891 or 4002710. OLE color: 4002710.
HSL color Cylindrical-coordinate representation of color #96133D: hue angle of 340.76º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96133D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 61 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.41 |
| HSL | 340.76º | 0.78% | 0.33% | - |
| HSV(B) | 340.76º | 0.87% | 0.59% | - |
| XYZ | 13.65 | 7.29 | 5.1 | - |
| YUV | 62.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 61 | 0 | 0.87 | 0.59 | 0.41 | 340.76 | 0.78 | 0.33 |
| Hex | 96 | 13 | 3D | 0 | 57 | 3B | 29 | 155 | 4E | 21 |
| Octal | 226 | 23 | 75 | 0 | 127 | 73 | 51 | 525 | 116 | 41 |
| Binary | 10010110 | 10011 | 111101 | 0 | 1010111 | 111011 | 101001 | 101010101 | 1001110 | 100001 |
Color Harmonies of #96133D
Complementary color
Monochromatic Colors of #96133D
Black with #96133D
Text Example
Text Example
White with #96133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96133D; }
p { color: rgb(150,19,61); }
H1.HeaderClassName
{
color: #96133D;
}
.AnyTagClassName
{
color: #96133D;
}
</style>
background-color css
<style>
a { background-color: #96133D; }
a { background-color: rgb(150,19,61); }
div.DivClassName
{
background-color: #96133D;
}
.BgClassName
{
background-color: #96133D;
}
</style>
border-color css
<style>
span { border-color: #96133D; }
span { border-color: rgb(150,19,61); }
td.TdClassName
{
border-color: #96133D;
}
.TagClassName
{
border-color: #96133D;
}
</style>