Shades of Bright Red #952D3C
Tints of Bright Red #952D3C
RGB
CMYK
RGB Variations
Color information
#952D3C (or 0x952D3C) is known color: Bright Red. HEX triplet: 95, 2D and 3C. RGB value is (149,45,60). Sum of RGB (Red+Green+Blue) = 149+45+60=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D3C is #6AD2C3. Grayscale: #4D4D4D. Windows color (decimal): -7000772 or 3943829. OLE color: 3943829.
HSL color Cylindrical-coordinate representation of color #952D3C: hue angle of 351.35º 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 #952D3C is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 60 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.42 |
| HSL | 351.35º | 0.54% | 0.38% | - |
| HSV(B) | 351.35º | 0.7% | 0.58% | - |
| XYZ | 14.15 | 8.59 | 5.19 | - |
| YUV | 77.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 60 | 0 | 0.70 | 0.60 | 0.42 | 351.35 | 0.54 | 0.38 |
| Hex | 95 | 2D | 3C | 0 | 46 | 3C | 2A | 15F | 36 | 26 |
| Octal | 225 | 55 | 74 | 0 | 106 | 74 | 52 | 537 | 66 | 46 |
| Binary | 10010101 | 101101 | 111100 | 0 | 1000110 | 111100 | 101010 | 101011111 | 110110 | 100110 |
Color Harmonies of #952D3C
Complementary color
Monochromatic Colors of #952D3C
Black with #952D3C
Text Example
Text Example
White with #952D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D3C; }
p { color: rgb(149,45,60); }
H1.HeaderClassName
{
color: #952D3C;
}
.AnyTagClassName
{
color: #952D3C;
}
</style>
background-color css
<style>
a { background-color: #952D3C; }
a { background-color: rgb(149,45,60); }
div.DivClassName
{
background-color: #952D3C;
}
.BgClassName
{
background-color: #952D3C;
}
</style>
border-color css
<style>
span { border-color: #952D3C; }
span { border-color: rgb(149,45,60); }
td.TdClassName
{
border-color: #952D3C;
}
.TagClassName
{
border-color: #952D3C;
}
</style>