Shades of Bright Red #95263D
Tints of Bright Red #95263D
RGB
CMYK
RGB Variations
Color information
#95263D (or 0x95263D) is known color: Bright Red. HEX triplet: 95, 26 and 3D. RGB value is (149,38,61). Sum of RGB (Red+Green+Blue) = 149+38+61=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95263D is #6AD9C2. Grayscale: #494949. Windows color (decimal): -7002563 or 4007573. OLE color: 4007573.
HSL color Cylindrical-coordinate representation of color #95263D: hue angle of 347.57º 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 #95263D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 61 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.42 |
| HSL | 347.57º | 0.59% | 0.37% | - |
| HSV(B) | 347.57º | 0.74% | 0.58% | - |
| XYZ | 13.93 | 8.11 | 5.25 | - |
| YUV | 73.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 61 | 0 | 0.74 | 0.59 | 0.42 | 347.57 | 0.59 | 0.37 |
| Hex | 95 | 26 | 3D | 0 | 4A | 3B | 2A | 15C | 3B | 25 |
| Octal | 225 | 46 | 75 | 0 | 112 | 73 | 52 | 534 | 73 | 45 |
| Binary | 10010101 | 100110 | 111101 | 0 | 1001010 | 111011 | 101010 | 101011100 | 111011 | 100101 |
Color Harmonies of #95263D
Complementary color
Monochromatic Colors of #95263D
Black with #95263D
Text Example
Text Example
White with #95263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95263D; }
p { color: rgb(149,38,61); }
H1.HeaderClassName
{
color: #95263D;
}
.AnyTagClassName
{
color: #95263D;
}
</style>
background-color css
<style>
a { background-color: #95263D; }
a { background-color: rgb(149,38,61); }
div.DivClassName
{
background-color: #95263D;
}
.BgClassName
{
background-color: #95263D;
}
</style>
border-color css
<style>
span { border-color: #95263D; }
span { border-color: rgb(149,38,61); }
td.TdClassName
{
border-color: #95263D;
}
.TagClassName
{
border-color: #95263D;
}
</style>