Shades of Bright Red #95242F
Tints of Bright Red #95242F
RGB
CMYK
RGB Variations
Color information
#95242F (or 0x95242F) is known color: Bright Red. HEX triplet: 95, 24 and 2F. RGB value is (149,36,47). Sum of RGB (Red+Green+Blue) = 149+36+47=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95242F is #6ADBD0. Grayscale: #474747. Windows color (decimal): -7003089 or 3089557. OLE color: 3089557.
HSL color Cylindrical-coordinate representation of color #95242F: hue angle of 354.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95242F is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 47 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.42 |
| HSL | 354.16º | 0.61% | 0.36% | - |
| HSV(B) | 354.16º | 0.76% | 0.58% | - |
| XYZ | 13.54 | 7.86 | 3.49 | - |
| YUV | 71.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 47 | 0 | 0.76 | 0.68 | 0.42 | 354.16 | 0.61 | 0.36 |
| Hex | 95 | 24 | 2F | 0 | 4C | 44 | 2A | 162 | 3D | 24 |
| Octal | 225 | 44 | 57 | 0 | 114 | 104 | 52 | 542 | 75 | 44 |
| Binary | 10010101 | 100100 | 101111 | 0 | 1001100 | 1000100 | 101010 | 101100010 | 111101 | 100100 |
Color Harmonies of #95242F
Complementary color
Monochromatic Colors of #95242F
Black with #95242F
Text Example
Text Example
White with #95242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95242F; }
p { color: rgb(149,36,47); }
H1.HeaderClassName
{
color: #95242F;
}
.AnyTagClassName
{
color: #95242F;
}
</style>
background-color css
<style>
a { background-color: #95242F; }
a { background-color: rgb(149,36,47); }
div.DivClassName
{
background-color: #95242F;
}
.BgClassName
{
background-color: #95242F;
}
</style>
border-color css
<style>
span { border-color: #95242F; }
span { border-color: rgb(149,36,47); }
td.TdClassName
{
border-color: #95242F;
}
.TagClassName
{
border-color: #95242F;
}
</style>