Shades of Bright Red #96253E
Tints of Bright Red #96253E
RGB
CMYK
RGB Variations
Color information
#96253E (or 0x96253E) is known color: Bright Red. HEX triplet: 96, 25 and 3E. RGB value is (150,37,62). Sum of RGB (Red+Green+Blue) = 150+37+62=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96253E is #69DAC1. Grayscale: #494949. Windows color (decimal): -6937282 or 4072854. OLE color: 4072854.
HSL color Cylindrical-coordinate representation of color #96253E: hue angle of 346.73º 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 #96253E is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 62 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.41 |
| HSL | 346.73º | 0.6% | 0.37% | - |
| HSV(B) | 346.73º | 0.75% | 0.59% | - |
| XYZ | 14.11 | 8.15 | 5.39 | - |
| YUV | 73.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 62 | 0 | 0.75 | 0.59 | 0.41 | 346.73 | 0.6 | 0.37 |
| Hex | 96 | 25 | 3E | 0 | 4B | 3B | 29 | 15B | 3C | 25 |
| Octal | 226 | 45 | 76 | 0 | 113 | 73 | 51 | 533 | 74 | 45 |
| Binary | 10010110 | 100101 | 111110 | 0 | 1001011 | 111011 | 101001 | 101011011 | 111100 | 100101 |
Color Harmonies of #96253E
Complementary color
Monochromatic Colors of #96253E
Black with #96253E
Text Example
Text Example
White with #96253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96253E; }
p { color: rgb(150,37,62); }
H1.HeaderClassName
{
color: #96253E;
}
.AnyTagClassName
{
color: #96253E;
}
</style>
background-color css
<style>
a { background-color: #96253E; }
a { background-color: rgb(150,37,62); }
div.DivClassName
{
background-color: #96253E;
}
.BgClassName
{
background-color: #96253E;
}
</style>
border-color css
<style>
span { border-color: #96253E; }
span { border-color: rgb(150,37,62); }
td.TdClassName
{
border-color: #96253E;
}
.TagClassName
{
border-color: #96253E;
}
</style>