Shades of Bright Red #95263A
Tints of Bright Red #95263A
RGB
CMYK
RGB Variations
Color information
#95263A (or 0x95263A) is known color: Bright Red. HEX triplet: 95, 26 and 3A. RGB value is (149,38,58). Sum of RGB (Red+Green+Blue) = 149+38+58=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95263A is #6AD9C5. Grayscale: #494949. Windows color (decimal): -7002566 or 3810965. OLE color: 3810965.
HSL color Cylindrical-coordinate representation of color #95263A: hue angle of 349.19º 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 #95263A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 58 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.42 |
| HSL | 349.19º | 0.59% | 0.37% | - |
| HSV(B) | 349.19º | 0.74% | 0.58% | - |
| XYZ | 13.85 | 8.08 | 4.83 | - |
| YUV | 73.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 58 | 0 | 0.74 | 0.61 | 0.42 | 349.19 | 0.59 | 0.37 |
| Hex | 95 | 26 | 3A | 0 | 4A | 3D | 2A | 15D | 3B | 25 |
| Octal | 225 | 46 | 72 | 0 | 112 | 75 | 52 | 535 | 73 | 45 |
| Binary | 10010101 | 100110 | 111010 | 0 | 1001010 | 111101 | 101010 | 101011101 | 111011 | 100101 |
Color Harmonies of #95263A
Complementary color
Monochromatic Colors of #95263A
Black with #95263A
Text Example
Text Example
White with #95263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95263A; }
p { color: rgb(149,38,58); }
H1.HeaderClassName
{
color: #95263A;
}
.AnyTagClassName
{
color: #95263A;
}
</style>
background-color css
<style>
a { background-color: #95263A; }
a { background-color: rgb(149,38,58); }
div.DivClassName
{
background-color: #95263A;
}
.BgClassName
{
background-color: #95263A;
}
</style>
border-color css
<style>
span { border-color: #95263A; }
span { border-color: rgb(149,38,58); }
td.TdClassName
{
border-color: #95263A;
}
.TagClassName
{
border-color: #95263A;
}
</style>