Shades of Bright Red #951738
Tints of Bright Red #951738
RGB
CMYK
RGB Variations
Color information
#951738 (or 0x951738) is known color: Bright Red. HEX triplet: 95, 17 and 38. RGB value is (149,23,56). Sum of RGB (Red+Green+Blue) = 149+23+56=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #951738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951738 is #6AE8C7. Grayscale: #404040. Windows color (decimal): -7006408 or 3676053. OLE color: 3676053.
HSL color Cylindrical-coordinate representation of color #951738: hue angle of 344.29º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951738 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 56 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.42 |
| HSL | 344.29º | 0.73% | 0.34% | - |
| HSV(B) | 344.29º | 0.85% | 0.58% | - |
| XYZ | 13.41 | 7.29 | 4.44 | - |
| YUV | 64.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 56 | 0 | 0.85 | 0.62 | 0.42 | 344.29 | 0.73 | 0.34 |
| Hex | 95 | 17 | 38 | 0 | 55 | 3E | 2A | 158 | 49 | 22 |
| Octal | 225 | 27 | 70 | 0 | 125 | 76 | 52 | 530 | 111 | 42 |
| Binary | 10010101 | 10111 | 111000 | 0 | 1010101 | 111110 | 101010 | 101011000 | 1001001 | 100010 |
Color Harmonies of #951738
Complementary color
Monochromatic Colors of #951738
Black with #951738
Text Example
Text Example
White with #951738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951738; }
p { color: rgb(149,23,56); }
H1.HeaderClassName
{
color: #951738;
}
.AnyTagClassName
{
color: #951738;
}
</style>
background-color css
<style>
a { background-color: #951738; }
a { background-color: rgb(149,23,56); }
div.DivClassName
{
background-color: #951738;
}
.BgClassName
{
background-color: #951738;
}
</style>
border-color css
<style>
span { border-color: #951738; }
span { border-color: rgb(149,23,56); }
td.TdClassName
{
border-color: #951738;
}
.TagClassName
{
border-color: #951738;
}
</style>