Shades of Bright Red #96203D
Tints of Bright Red #96203D
RGB
CMYK
RGB Variations
Color information
#96203D (or 0x96203D) is known color: Bright Red. HEX triplet: 96, 20 and 3D. RGB value is (150,32,61). Sum of RGB (Red+Green+Blue) = 150+32+61=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96203D is #69DFC2. Grayscale: #464646. Windows color (decimal): -6938563 or 4006038. OLE color: 4006038.
HSL color Cylindrical-coordinate representation of color #96203D: hue angle of 345.25º 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 #96203D is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 61 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.41 |
| HSL | 345.25º | 0.65% | 0.36% | - |
| HSV(B) | 345.25º | 0.79% | 0.59% | - |
| XYZ | 13.94 | 7.85 | 5.2 | - |
| YUV | 70.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 61 | 0 | 0.79 | 0.59 | 0.41 | 345.25 | 0.65 | 0.36 |
| Hex | 96 | 20 | 3D | 0 | 4F | 3B | 29 | 159 | 41 | 24 |
| Octal | 226 | 40 | 75 | 0 | 117 | 73 | 51 | 531 | 101 | 44 |
| Binary | 10010110 | 100000 | 111101 | 0 | 1001111 | 111011 | 101001 | 101011001 | 1000001 | 100100 |
Color Harmonies of #96203D
Complementary color
Monochromatic Colors of #96203D
Black with #96203D
Text Example
Text Example
White with #96203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96203D; }
p { color: rgb(150,32,61); }
H1.HeaderClassName
{
color: #96203D;
}
.AnyTagClassName
{
color: #96203D;
}
</style>
background-color css
<style>
a { background-color: #96203D; }
a { background-color: rgb(150,32,61); }
div.DivClassName
{
background-color: #96203D;
}
.BgClassName
{
background-color: #96203D;
}
</style>
border-color css
<style>
span { border-color: #96203D; }
span { border-color: rgb(150,32,61); }
td.TdClassName
{
border-color: #96203D;
}
.TagClassName
{
border-color: #96203D;
}
</style>