Shades of Bright Red #95222E
Tints of Bright Red #95222E
RGB
CMYK
RGB Variations
Color information
#95222E (or 0x95222E) is known color: Bright Red. HEX triplet: 95, 22 and 2E. RGB value is (149,34,46). Sum of RGB (Red+Green+Blue) = 149+34+46=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95222E is #6ADDD1. Grayscale: #454545. Windows color (decimal): -7003602 or 3023509. OLE color: 3023509.
HSL color Cylindrical-coordinate representation of color #95222E: hue angle of 353.74º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95222E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 46 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.42 |
| HSL | 353.74º | 0.63% | 0.36% | - |
| HSV(B) | 353.74º | 0.77% | 0.58% | - |
| XYZ | 13.46 | 7.73 | 3.37 | - |
| YUV | 69.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 46 | 0 | 0.77 | 0.69 | 0.42 | 353.74 | 0.63 | 0.36 |
| Hex | 95 | 22 | 2E | 0 | 4D | 45 | 2A | 162 | 3F | 24 |
| Octal | 225 | 42 | 56 | 0 | 115 | 105 | 52 | 542 | 77 | 44 |
| Binary | 10010101 | 100010 | 101110 | 0 | 1001101 | 1000101 | 101010 | 101100010 | 111111 | 100100 |
Color Harmonies of #95222E
Complementary color
Monochromatic Colors of #95222E
Black with #95222E
Text Example
Text Example
White with #95222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95222E; }
p { color: rgb(149,34,46); }
H1.HeaderClassName
{
color: #95222E;
}
.AnyTagClassName
{
color: #95222E;
}
</style>
background-color css
<style>
a { background-color: #95222E; }
a { background-color: rgb(149,34,46); }
div.DivClassName
{
background-color: #95222E;
}
.BgClassName
{
background-color: #95222E;
}
</style>
border-color css
<style>
span { border-color: #95222E; }
span { border-color: rgb(149,34,46); }
td.TdClassName
{
border-color: #95222E;
}
.TagClassName
{
border-color: #95222E;
}
</style>