Shades of Bright Red #95223F
Tints of Bright Red #95223F
RGB
CMYK
RGB Variations
Color information
#95223F (or 0x95223F) is known color: Bright Red. HEX triplet: 95, 22 and 3F. RGB value is (149,34,63). Sum of RGB (Red+Green+Blue) = 149+34+63=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95223F is #6ADDC0. Grayscale: #474747. Windows color (decimal): -7003585 or 4137621. OLE color: 4137621.
HSL color Cylindrical-coordinate representation of color #95223F: hue angle of 344.87º 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 #95223F is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 63 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.42 |
| HSL | 344.87º | 0.63% | 0.36% | - |
| HSV(B) | 344.87º | 0.77% | 0.58% | - |
| XYZ | 13.86 | 7.89 | 5.5 | - |
| YUV | 71.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 63 | 0 | 0.77 | 0.58 | 0.42 | 344.87 | 0.63 | 0.36 |
| Hex | 95 | 22 | 3F | 0 | 4D | 3A | 2A | 159 | 3F | 24 |
| Octal | 225 | 42 | 77 | 0 | 115 | 72 | 52 | 531 | 77 | 44 |
| Binary | 10010101 | 100010 | 111111 | 0 | 1001101 | 111010 | 101010 | 101011001 | 111111 | 100100 |
Color Harmonies of #95223F
Complementary color
Monochromatic Colors of #95223F
Black with #95223F
Text Example
Text Example
White with #95223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95223F; }
p { color: rgb(149,34,63); }
H1.HeaderClassName
{
color: #95223F;
}
.AnyTagClassName
{
color: #95223F;
}
</style>
background-color css
<style>
a { background-color: #95223F; }
a { background-color: rgb(149,34,63); }
div.DivClassName
{
background-color: #95223F;
}
.BgClassName
{
background-color: #95223F;
}
</style>
border-color css
<style>
span { border-color: #95223F; }
span { border-color: rgb(149,34,63); }
td.TdClassName
{
border-color: #95223F;
}
.TagClassName
{
border-color: #95223F;
}
</style>