Shades of Bright Red #952D3A
Tints of Bright Red #952D3A
RGB
CMYK
RGB Variations
Color information
#952D3A (or 0x952D3A) is known color: Bright Red. HEX triplet: 95, 2D and 3A. RGB value is (149,45,58). Sum of RGB (Red+Green+Blue) = 149+45+58=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D3A is #6AD2C5. Grayscale: #4D4D4D. Windows color (decimal): -7000774 or 3812757. OLE color: 3812757.
HSL color Cylindrical-coordinate representation of color #952D3A: hue angle of 352.5º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D3A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 58 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.42 |
| HSL | 352.5º | 0.54% | 0.38% | - |
| HSV(B) | 352.5º | 0.7% | 0.58% | - |
| XYZ | 14.1 | 8.57 | 4.91 | - |
| YUV | 77.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 58 | 0 | 0.70 | 0.61 | 0.42 | 352.5 | 0.54 | 0.38 |
| Hex | 95 | 2D | 3A | 0 | 46 | 3D | 2A | 160 | 36 | 26 |
| Octal | 225 | 55 | 72 | 0 | 106 | 75 | 52 | 540 | 66 | 46 |
| Binary | 10010101 | 101101 | 111010 | 0 | 1000110 | 111101 | 101010 | 101100000 | 110110 | 100110 |
Color Harmonies of #952D3A
Complementary color
Monochromatic Colors of #952D3A
Black with #952D3A
Text Example
Text Example
White with #952D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D3A; }
p { color: rgb(149,45,58); }
H1.HeaderClassName
{
color: #952D3A;
}
.AnyTagClassName
{
color: #952D3A;
}
</style>
background-color css
<style>
a { background-color: #952D3A; }
a { background-color: rgb(149,45,58); }
div.DivClassName
{
background-color: #952D3A;
}
.BgClassName
{
background-color: #952D3A;
}
</style>
border-color css
<style>
span { border-color: #952D3A; }
span { border-color: rgb(149,45,58); }
td.TdClassName
{
border-color: #952D3A;
}
.TagClassName
{
border-color: #952D3A;
}
</style>