Shades of Bright Red #951828
Tints of Bright Red #951828
RGB
CMYK
RGB Variations
Color information
#951828 (or 0x951828) is known color: Bright Red. HEX triplet: 95, 18 and 28. RGB value is (149,24,40). Sum of RGB (Red+Green+Blue) = 149+24+40=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #951828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951828 is #6AE7D7. Grayscale: #3F3F3F. Windows color (decimal): -7006168 or 2627733. OLE color: 2627733.
HSL color Cylindrical-coordinate representation of color #951828: hue angle of 352.32º 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 #951828 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 40 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.42 |
| HSL | 352.32º | 0.72% | 0.34% | - |
| HSV(B) | 352.32º | 0.84% | 0.58% | - |
| XYZ | 13.1 | 7.2 | 2.71 | - |
| YUV | 63.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 40 | 0 | 0.84 | 0.73 | 0.42 | 352.32 | 0.72 | 0.34 |
| Hex | 95 | 18 | 28 | 0 | 54 | 49 | 2A | 160 | 48 | 22 |
| Octal | 225 | 30 | 50 | 0 | 124 | 111 | 52 | 540 | 110 | 42 |
| Binary | 10010101 | 11000 | 101000 | 0 | 1010100 | 1001001 | 101010 | 101100000 | 1001000 | 100010 |
Color Harmonies of #951828
Complementary color
Monochromatic Colors of #951828
Black with #951828
Text Example
Text Example
White with #951828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951828; }
p { color: rgb(149,24,40); }
H1.HeaderClassName
{
color: #951828;
}
.AnyTagClassName
{
color: #951828;
}
</style>
background-color css
<style>
a { background-color: #951828; }
a { background-color: rgb(149,24,40); }
div.DivClassName
{
background-color: #951828;
}
.BgClassName
{
background-color: #951828;
}
</style>
border-color css
<style>
span { border-color: #951828; }
span { border-color: rgb(149,24,40); }
td.TdClassName
{
border-color: #951828;
}
.TagClassName
{
border-color: #951828;
}
</style>