Shades of Bright Red #952636
Tints of Bright Red #952636
RGB
CMYK
RGB Variations
Color information
#952636 (or 0x952636) is known color: Bright Red. HEX triplet: 95, 26 and 36. RGB value is (149,38,54). Sum of RGB (Red+Green+Blue) = 149+38+54=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952636 is #6AD9C9. Grayscale: #494949. Windows color (decimal): -7002570 or 3548821. OLE color: 3548821.
HSL color Cylindrical-coordinate representation of color #952636: hue angle of 351.35º 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 #952636 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 54 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.42 |
| HSL | 351.35º | 0.59% | 0.37% | - |
| HSV(B) | 351.35º | 0.74% | 0.58% | - |
| XYZ | 13.75 | 8.04 | 4.32 | - |
| YUV | 73.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 54 | 0 | 0.74 | 0.64 | 0.42 | 351.35 | 0.59 | 0.37 |
| Hex | 95 | 26 | 36 | 0 | 4A | 40 | 2A | 15F | 3B | 25 |
| Octal | 225 | 46 | 66 | 0 | 112 | 100 | 52 | 537 | 73 | 45 |
| Binary | 10010101 | 100110 | 110110 | 0 | 1001010 | 1000000 | 101010 | 101011111 | 111011 | 100101 |
Color Harmonies of #952636
Complementary color
Monochromatic Colors of #952636
Black with #952636
Text Example
Text Example
White with #952636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952636; }
p { color: rgb(149,38,54); }
H1.HeaderClassName
{
color: #952636;
}
.AnyTagClassName
{
color: #952636;
}
</style>
background-color css
<style>
a { background-color: #952636; }
a { background-color: rgb(149,38,54); }
div.DivClassName
{
background-color: #952636;
}
.BgClassName
{
background-color: #952636;
}
</style>
border-color css
<style>
span { border-color: #952636; }
span { border-color: rgb(149,38,54); }
td.TdClassName
{
border-color: #952636;
}
.TagClassName
{
border-color: #952636;
}
</style>