Shades of Bright Red #952430
Tints of Bright Red #952430
RGB
CMYK
RGB Variations
Color information
#952430 (or 0x952430) is known color: Bright Red. HEX triplet: 95, 24 and 30. RGB value is (149,36,48). Sum of RGB (Red+Green+Blue) = 149+36+48=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #952430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952430 is #6ADBCF. Grayscale: #474747. Windows color (decimal): -7003088 or 3155093. OLE color: 3155093.
HSL color Cylindrical-coordinate representation of color #952430: hue angle of 353.63º 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 #952430 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 48 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.42 |
| HSL | 353.63º | 0.61% | 0.36% | - |
| HSV(B) | 353.63º | 0.76% | 0.58% | - |
| XYZ | 13.56 | 7.86 | 3.6 | - |
| YUV | 71.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 48 | 0 | 0.76 | 0.68 | 0.42 | 353.63 | 0.61 | 0.36 |
| Hex | 95 | 24 | 30 | 0 | 4C | 44 | 2A | 162 | 3D | 24 |
| Octal | 225 | 44 | 60 | 0 | 114 | 104 | 52 | 542 | 75 | 44 |
| Binary | 10010101 | 100100 | 110000 | 0 | 1001100 | 1000100 | 101010 | 101100010 | 111101 | 100100 |
Color Harmonies of #952430
Complementary color
Monochromatic Colors of #952430
Black with #952430
Text Example
Text Example
White with #952430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952430; }
p { color: rgb(149,36,48); }
H1.HeaderClassName
{
color: #952430;
}
.AnyTagClassName
{
color: #952430;
}
</style>
background-color css
<style>
a { background-color: #952430; }
a { background-color: rgb(149,36,48); }
div.DivClassName
{
background-color: #952430;
}
.BgClassName
{
background-color: #952430;
}
</style>
border-color css
<style>
span { border-color: #952430; }
span { border-color: rgb(149,36,48); }
td.TdClassName
{
border-color: #952430;
}
.TagClassName
{
border-color: #952430;
}
</style>