Shades of Bright Red #95262A
Tints of Bright Red #95262A
RGB
CMYK
RGB Variations
Color information
#95262A (or 0x95262A) is known color: Bright Red. HEX triplet: 95, 26 and 2A. RGB value is (149,38,42). Sum of RGB (Red+Green+Blue) = 149+38+42=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95262A is #6AD9D5. Grayscale: #474747. Windows color (decimal): -7002582 or 2762389. OLE color: 2762389.
HSL color Cylindrical-coordinate representation of color #95262A: hue angle of 357.84º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95262A is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 42 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.42 |
| HSL | 357.84º | 0.59% | 0.37% | - |
| HSV(B) | 357.84º | 0.74% | 0.58% | - |
| XYZ | 13.51 | 7.94 | 3.01 | - |
| YUV | 71.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 42 | 0 | 0.74 | 0.72 | 0.42 | 357.84 | 0.59 | 0.37 |
| Hex | 95 | 26 | 2A | 0 | 4A | 48 | 2A | 166 | 3B | 25 |
| Octal | 225 | 46 | 52 | 0 | 112 | 110 | 52 | 546 | 73 | 45 |
| Binary | 10010101 | 100110 | 101010 | 0 | 1001010 | 1001000 | 101010 | 101100110 | 111011 | 100101 |
Color Harmonies of #95262A
Complementary color
Monochromatic Colors of #95262A
Black with #95262A
Text Example
Text Example
White with #95262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95262A; }
p { color: rgb(149,38,42); }
H1.HeaderClassName
{
color: #95262A;
}
.AnyTagClassName
{
color: #95262A;
}
</style>
background-color css
<style>
a { background-color: #95262A; }
a { background-color: rgb(149,38,42); }
div.DivClassName
{
background-color: #95262A;
}
.BgClassName
{
background-color: #95262A;
}
</style>
border-color css
<style>
span { border-color: #95262A; }
span { border-color: rgb(149,38,42); }
td.TdClassName
{
border-color: #95262A;
}
.TagClassName
{
border-color: #95262A;
}
</style>