Shades of Bright Red #951829
Tints of Bright Red #951829
RGB
CMYK
RGB Variations
Color information
#951829 (or 0x951829) is known color: Bright Red. HEX triplet: 95, 18 and 29. RGB value is (149,24,41). Sum of RGB (Red+Green+Blue) = 149+24+41=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #951829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951829 is #6AE7D6. Grayscale: #3F3F3F. Windows color (decimal): -7006167 or 2693269. OLE color: 2693269.
HSL color Cylindrical-coordinate representation of color #951829: hue angle of 351.84º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951829 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 41 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.42 |
| HSL | 351.84º | 0.72% | 0.34% | - |
| HSV(B) | 351.84º | 0.84% | 0.58% | - |
| XYZ | 13.12 | 7.2 | 2.8 | - |
| YUV | 63.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 41 | 0 | 0.84 | 0.72 | 0.42 | 351.84 | 0.72 | 0.34 |
| Hex | 95 | 18 | 29 | 0 | 54 | 48 | 2A | 160 | 48 | 22 |
| Octal | 225 | 30 | 51 | 0 | 124 | 110 | 52 | 540 | 110 | 42 |
| Binary | 10010101 | 11000 | 101001 | 0 | 1010100 | 1001000 | 101010 | 101100000 | 1001000 | 100010 |
Color Harmonies of #951829
Complementary color
Monochromatic Colors of #951829
Black with #951829
Text Example
Text Example
White with #951829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951829; }
p { color: rgb(149,24,41); }
H1.HeaderClassName
{
color: #951829;
}
.AnyTagClassName
{
color: #951829;
}
</style>
background-color css
<style>
a { background-color: #951829; }
a { background-color: rgb(149,24,41); }
div.DivClassName
{
background-color: #951829;
}
.BgClassName
{
background-color: #951829;
}
</style>
border-color css
<style>
span { border-color: #951829; }
span { border-color: rgb(149,24,41); }
td.TdClassName
{
border-color: #951829;
}
.TagClassName
{
border-color: #951829;
}
</style>