Shades of Bright Red #96253C
Tints of Bright Red #96253C
RGB
CMYK
RGB Variations
Color information
#96253C (or 0x96253C) is known color: Bright Red. HEX triplet: 96, 25 and 3C. RGB value is (150,37,60). Sum of RGB (Red+Green+Blue) = 150+37+60=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96253C is #69DAC3. Grayscale: #494949. Windows color (decimal): -6937284 or 3941782. OLE color: 3941782.
HSL color Cylindrical-coordinate representation of color #96253C: hue angle of 347.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96253C is Cyan = 0, Magento = 0.75, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 60 | - |
| CMYK | 0 | 0.75 | 0.6 | 0.41 |
| HSL | 347.79º | 0.6% | 0.37% | - |
| HSV(B) | 347.79º | 0.75% | 0.59% | - |
| XYZ | 14.05 | 8.13 | 5.1 | - |
| YUV | 73.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 60 | 0 | 0.75 | 0.6 | 0.41 | 347.79 | 0.6 | 0.37 |
| Hex | 96 | 25 | 3C | 0 | 4B | 3C | 29 | 15C | 3C | 25 |
| Octal | 226 | 45 | 74 | 0 | 113 | 74 | 51 | 534 | 74 | 45 |
| Binary | 10010110 | 100101 | 111100 | 0 | 1001011 | 111100 | 101001 | 101011100 | 111100 | 100101 |
Color Harmonies of #96253C
Complementary color
Monochromatic Colors of #96253C
Black with #96253C
Text Example
Text Example
White with #96253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96253C; }
p { color: rgb(150,37,60); }
H1.HeaderClassName
{
color: #96253C;
}
.AnyTagClassName
{
color: #96253C;
}
</style>
background-color css
<style>
a { background-color: #96253C; }
a { background-color: rgb(150,37,60); }
div.DivClassName
{
background-color: #96253C;
}
.BgClassName
{
background-color: #96253C;
}
</style>
border-color css
<style>
span { border-color: #96253C; }
span { border-color: rgb(150,37,60); }
td.TdClassName
{
border-color: #96253C;
}
.TagClassName
{
border-color: #96253C;
}
</style>