Shades of Bright Red #95262C
Tints of Bright Red #95262C
RGB
CMYK
RGB Variations
Color information
#95262C (or 0x95262C) is known color: Bright Red. HEX triplet: 95, 26 and 2C. RGB value is (149,38,44). Sum of RGB (Red+Green+Blue) = 149+38+44=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95262C is #6AD9D3. Grayscale: #474747. Windows color (decimal): -7002580 or 2893461. OLE color: 2893461.
HSL color Cylindrical-coordinate representation of color #95262C: hue angle of 356.76º 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 #95262C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 44 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.42 |
| HSL | 356.76º | 0.59% | 0.37% | - |
| HSV(B) | 356.76º | 0.74% | 0.58% | - |
| XYZ | 13.54 | 7.96 | 3.21 | - |
| YUV | 71.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 44 | 0 | 0.74 | 0.70 | 0.42 | 356.76 | 0.59 | 0.37 |
| Hex | 95 | 26 | 2C | 0 | 4A | 46 | 2A | 165 | 3B | 25 |
| Octal | 225 | 46 | 54 | 0 | 112 | 106 | 52 | 545 | 73 | 45 |
| Binary | 10010101 | 100110 | 101100 | 0 | 1001010 | 1000110 | 101010 | 101100101 | 111011 | 100101 |
Color Harmonies of #95262C
Complementary color
Monochromatic Colors of #95262C
Black with #95262C
Text Example
Text Example
White with #95262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95262C; }
p { color: rgb(149,38,44); }
H1.HeaderClassName
{
color: #95262C;
}
.AnyTagClassName
{
color: #95262C;
}
</style>
background-color css
<style>
a { background-color: #95262C; }
a { background-color: rgb(149,38,44); }
div.DivClassName
{
background-color: #95262C;
}
.BgClassName
{
background-color: #95262C;
}
</style>
border-color css
<style>
span { border-color: #95262C; }
span { border-color: rgb(149,38,44); }
td.TdClassName
{
border-color: #95262C;
}
.TagClassName
{
border-color: #95262C;
}
</style>