Shades of Bright Red #96153D
Tints of Bright Red #96153D
RGB
CMYK
RGB Variations
Color information
#96153D (or 0x96153D) is known color: Bright Red. HEX triplet: 96, 15 and 3D. RGB value is (150,21,61). Sum of RGB (Red+Green+Blue) = 150+21+61=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96153D is #69EAC2. Grayscale: #404040. Windows color (decimal): -6941379 or 4003222. OLE color: 4003222.
HSL color Cylindrical-coordinate representation of color #96153D: hue angle of 341.4º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96153D is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 61 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.41 |
| HSL | 341.4º | 0.75% | 0.34% | - |
| HSV(B) | 341.4º | 0.86% | 0.59% | - |
| XYZ | 13.69 | 7.36 | 5.11 | - |
| YUV | 64.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 61 | 0 | 0.86 | 0.59 | 0.41 | 341.4 | 0.75 | 0.34 |
| Hex | 96 | 15 | 3D | 0 | 56 | 3B | 29 | 155 | 4B | 22 |
| Octal | 226 | 25 | 75 | 0 | 126 | 73 | 51 | 525 | 113 | 42 |
| Binary | 10010110 | 10101 | 111101 | 0 | 1010110 | 111011 | 101001 | 101010101 | 1001011 | 100010 |
Color Harmonies of #96153D
Complementary color
Monochromatic Colors of #96153D
Black with #96153D
Text Example
Text Example
White with #96153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96153D; }
p { color: rgb(150,21,61); }
H1.HeaderClassName
{
color: #96153D;
}
.AnyTagClassName
{
color: #96153D;
}
</style>
background-color css
<style>
a { background-color: #96153D; }
a { background-color: rgb(150,21,61); }
div.DivClassName
{
background-color: #96153D;
}
.BgClassName
{
background-color: #96153D;
}
</style>
border-color css
<style>
span { border-color: #96153D; }
span { border-color: rgb(150,21,61); }
td.TdClassName
{
border-color: #96153D;
}
.TagClassName
{
border-color: #96153D;
}
</style>