Shades of Bright Red #952340
Tints of Bright Red #952340
RGB
CMYK
RGB Variations
Color information
#952340 (or 0x952340) is known color: Bright Red. HEX triplet: 95, 23 and 40. RGB value is (149,35,64). Sum of RGB (Red+Green+Blue) = 149+35+64=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #952340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952340 is #6ADCBF. Grayscale: #484848. Windows color (decimal): -7003328 or 4203413. OLE color: 4203413.
HSL color Cylindrical-coordinate representation of color #952340: hue angle of 344.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952340 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 64 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.42 |
| HSL | 344.74º | 0.62% | 0.36% | - |
| HSV(B) | 344.74º | 0.77% | 0.58% | - |
| XYZ | 13.92 | 7.96 | 5.65 | - |
| YUV | 72.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 64 | 0 | 0.77 | 0.57 | 0.42 | 344.74 | 0.62 | 0.36 |
| Hex | 95 | 23 | 40 | 0 | 4D | 39 | 2A | 159 | 3E | 24 |
| Octal | 225 | 43 | 100 | 0 | 115 | 71 | 52 | 531 | 76 | 44 |
| Binary | 10010101 | 100011 | 1000000 | 0 | 1001101 | 111001 | 101010 | 101011001 | 111110 | 100100 |
Color Harmonies of #952340
Complementary color
Monochromatic Colors of #952340
Black with #952340
Text Example
Text Example
White with #952340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952340; }
p { color: rgb(149,35,64); }
H1.HeaderClassName
{
color: #952340;
}
.AnyTagClassName
{
color: #952340;
}
</style>
background-color css
<style>
a { background-color: #952340; }
a { background-color: rgb(149,35,64); }
div.DivClassName
{
background-color: #952340;
}
.BgClassName
{
background-color: #952340;
}
</style>
border-color css
<style>
span { border-color: #952340; }
span { border-color: rgb(149,35,64); }
td.TdClassName
{
border-color: #952340;
}
.TagClassName
{
border-color: #952340;
}
</style>