Shades of Bright Red #96262F
Tints of Bright Red #96262F
RGB
CMYK
RGB Variations
Color information
#96262F (or 0x96262F) is known color: Bright Red. HEX triplet: 96, 26 and 2F. RGB value is (150,38,47). Sum of RGB (Red+Green+Blue) = 150+38+47=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #96262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96262F is #69D9D0. Grayscale: #484848. Windows color (decimal): -6937041 or 3090070. OLE color: 3090070.
HSL color Cylindrical-coordinate representation of color #96262F: hue angle of 355.18º 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 #96262F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 47 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.41 |
| HSL | 355.18º | 0.6% | 0.37% | - |
| HSV(B) | 355.18º | 0.75% | 0.59% | - |
| XYZ | 13.78 | 8.08 | 3.52 | - |
| YUV | 72.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 47 | 0 | 0.75 | 0.69 | 0.41 | 355.18 | 0.6 | 0.37 |
| Hex | 96 | 26 | 2F | 0 | 4B | 45 | 29 | 163 | 3C | 25 |
| Octal | 226 | 46 | 57 | 0 | 113 | 105 | 51 | 543 | 74 | 45 |
| Binary | 10010110 | 100110 | 101111 | 0 | 1001011 | 1000101 | 101001 | 101100011 | 111100 | 100101 |
Color Harmonies of #96262F
Complementary color
Monochromatic Colors of #96262F
Black with #96262F
Text Example
Text Example
White with #96262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96262F; }
p { color: rgb(150,38,47); }
H1.HeaderClassName
{
color: #96262F;
}
.AnyTagClassName
{
color: #96262F;
}
</style>
background-color css
<style>
a { background-color: #96262F; }
a { background-color: rgb(150,38,47); }
div.DivClassName
{
background-color: #96262F;
}
.BgClassName
{
background-color: #96262F;
}
</style>
border-color css
<style>
span { border-color: #96262F; }
span { border-color: rgb(150,38,47); }
td.TdClassName
{
border-color: #96262F;
}
.TagClassName
{
border-color: #96262F;
}
</style>