Shades of Bright Red #952735
Tints of Bright Red #952735
RGB
CMYK
RGB Variations
Color information
#952735 (or 0x952735) is known color: Bright Red. HEX triplet: 95, 27 and 35. RGB value is (149,39,53). Sum of RGB (Red+Green+Blue) = 149+39+53=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952735 is #6AD8CA. Grayscale: #494949. Windows color (decimal): -7002315 or 3483541. OLE color: 3483541.
HSL color Cylindrical-coordinate representation of color #952735: hue angle of 352.36º 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 #952735 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 53 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.42 |
| HSL | 352.36º | 0.59% | 0.37% | - |
| HSV(B) | 352.36º | 0.74% | 0.58% | - |
| XYZ | 13.76 | 8.1 | 4.21 | - |
| YUV | 73.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 53 | 0 | 0.74 | 0.64 | 0.42 | 352.36 | 0.59 | 0.37 |
| Hex | 95 | 27 | 35 | 0 | 4A | 40 | 2A | 160 | 3B | 25 |
| Octal | 225 | 47 | 65 | 0 | 112 | 100 | 52 | 540 | 73 | 45 |
| Binary | 10010101 | 100111 | 110101 | 0 | 1001010 | 1000000 | 101010 | 101100000 | 111011 | 100101 |
Color Harmonies of #952735
Complementary color
Monochromatic Colors of #952735
Black with #952735
Text Example
Text Example
White with #952735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952735; }
p { color: rgb(149,39,53); }
H1.HeaderClassName
{
color: #952735;
}
.AnyTagClassName
{
color: #952735;
}
</style>
background-color css
<style>
a { background-color: #952735; }
a { background-color: rgb(149,39,53); }
div.DivClassName
{
background-color: #952735;
}
.BgClassName
{
background-color: #952735;
}
</style>
border-color css
<style>
span { border-color: #952735; }
span { border-color: rgb(149,39,53); }
td.TdClassName
{
border-color: #952735;
}
.TagClassName
{
border-color: #952735;
}
</style>