Shades of Bright Red #952A2F
Tints of Bright Red #952A2F
RGB
CMYK
RGB Variations
Color information
#952A2F (or 0x952A2F) is known color: Bright Red. HEX triplet: 95, 2A and 2F. RGB value is (149,42,47). Sum of RGB (Red+Green+Blue) = 149+42+47=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A2F is #6AD5D0. Grayscale: #4A4A4A. Windows color (decimal): -7001553 or 3091093. OLE color: 3091093.
HSL color Cylindrical-coordinate representation of color #952A2F: hue angle of 357.2º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A2F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 47 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.42 |
| HSL | 357.2º | 0.56% | 0.37% | - |
| HSV(B) | 357.2º | 0.72% | 0.58% | - |
| XYZ | 13.74 | 8.25 | 3.56 | - |
| YUV | 74.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 47 | 0 | 0.72 | 0.68 | 0.42 | 357.2 | 0.56 | 0.37 |
| Hex | 95 | 2A | 2F | 0 | 48 | 44 | 2A | 165 | 38 | 25 |
| Octal | 225 | 52 | 57 | 0 | 110 | 104 | 52 | 545 | 70 | 45 |
| Binary | 10010101 | 101010 | 101111 | 0 | 1001000 | 1000100 | 101010 | 101100101 | 111000 | 100101 |
Color Harmonies of #952A2F
Complementary color
Monochromatic Colors of #952A2F
Black with #952A2F
Text Example
Text Example
White with #952A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A2F; }
p { color: rgb(149,42,47); }
H1.HeaderClassName
{
color: #952A2F;
}
.AnyTagClassName
{
color: #952A2F;
}
</style>
background-color css
<style>
a { background-color: #952A2F; }
a { background-color: rgb(149,42,47); }
div.DivClassName
{
background-color: #952A2F;
}
.BgClassName
{
background-color: #952A2F;
}
</style>
border-color css
<style>
span { border-color: #952A2F; }
span { border-color: rgb(149,42,47); }
td.TdClassName
{
border-color: #952A2F;
}
.TagClassName
{
border-color: #952A2F;
}
</style>