Shades of Bright Red #96263F
Tints of Bright Red #96263F
RGB
CMYK
RGB Variations
Color information
#96263F (or 0x96263F) is known color: Bright Red. HEX triplet: 96, 26 and 3F. RGB value is (150,38,63). Sum of RGB (Red+Green+Blue) = 150+38+63=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96263F is #69D9C0. Grayscale: #4A4A4A. Windows color (decimal): -6937025 or 4138646. OLE color: 4138646.
HSL color Cylindrical-coordinate representation of color #96263F: hue angle of 346.61º 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 #96263F is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 63 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.41 |
| HSL | 346.61º | 0.6% | 0.37% | - |
| HSV(B) | 346.61º | 0.75% | 0.59% | - |
| XYZ | 14.17 | 8.23 | 5.54 | - |
| YUV | 74.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 63 | 0 | 0.75 | 0.58 | 0.41 | 346.61 | 0.6 | 0.37 |
| Hex | 96 | 26 | 3F | 0 | 4B | 3A | 29 | 15B | 3C | 25 |
| Octal | 226 | 46 | 77 | 0 | 113 | 72 | 51 | 533 | 74 | 45 |
| Binary | 10010110 | 100110 | 111111 | 0 | 1001011 | 111010 | 101001 | 101011011 | 111100 | 100101 |
Color Harmonies of #96263F
Complementary color
Monochromatic Colors of #96263F
Black with #96263F
Text Example
Text Example
White with #96263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96263F; }
p { color: rgb(150,38,63); }
H1.HeaderClassName
{
color: #96263F;
}
.AnyTagClassName
{
color: #96263F;
}
</style>
background-color css
<style>
a { background-color: #96263F; }
a { background-color: rgb(150,38,63); }
div.DivClassName
{
background-color: #96263F;
}
.BgClassName
{
background-color: #96263F;
}
</style>
border-color css
<style>
span { border-color: #96263F; }
span { border-color: rgb(150,38,63); }
td.TdClassName
{
border-color: #96263F;
}
.TagClassName
{
border-color: #96263F;
}
</style>