Shades of Bright Red #96203C
Tints of Bright Red #96203C
RGB
CMYK
RGB Variations
Color information
#96203C (or 0x96203C) is known color: Bright Red. HEX triplet: 96, 20 and 3C. RGB value is (150,32,60). Sum of RGB (Red+Green+Blue) = 150+32+60=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96203C is #69DFC3. Grayscale: #464646. Windows color (decimal): -6938564 or 3940502. OLE color: 3940502.
HSL color Cylindrical-coordinate representation of color #96203C: hue angle of 345.76º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96203C is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 60 | - |
| CMYK | 0 | 0.79 | 0.6 | 0.41 |
| HSL | 345.76º | 0.65% | 0.36% | - |
| HSV(B) | 345.76º | 0.79% | 0.59% | - |
| XYZ | 13.91 | 7.84 | 5.06 | - |
| YUV | 70.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 60 | 0 | 0.79 | 0.6 | 0.41 | 345.76 | 0.65 | 0.36 |
| Hex | 96 | 20 | 3C | 0 | 4F | 3C | 29 | 15A | 41 | 24 |
| Octal | 226 | 40 | 74 | 0 | 117 | 74 | 51 | 532 | 101 | 44 |
| Binary | 10010110 | 100000 | 111100 | 0 | 1001111 | 111100 | 101001 | 101011010 | 1000001 | 100100 |
Color Harmonies of #96203C
Complementary color
Monochromatic Colors of #96203C
Black with #96203C
Text Example
Text Example
White with #96203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96203C; }
p { color: rgb(150,32,60); }
H1.HeaderClassName
{
color: #96203C;
}
.AnyTagClassName
{
color: #96203C;
}
</style>
background-color css
<style>
a { background-color: #96203C; }
a { background-color: rgb(150,32,60); }
div.DivClassName
{
background-color: #96203C;
}
.BgClassName
{
background-color: #96203C;
}
</style>
border-color css
<style>
span { border-color: #96203C; }
span { border-color: rgb(150,32,60); }
td.TdClassName
{
border-color: #96203C;
}
.TagClassName
{
border-color: #96203C;
}
</style>