Shades of Bright Red #951536
Tints of Bright Red #951536
RGB
CMYK
RGB Variations
Color information
#951536 (or 0x951536) is known color: Bright Red. HEX triplet: 95, 15 and 36. RGB value is (149,21,54). Sum of RGB (Red+Green+Blue) = 149+21+54=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #951536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951536 is #6AEAC9. Grayscale: #3F3F3F. Windows color (decimal): -7006922 or 3544469. OLE color: 3544469.
HSL color Cylindrical-coordinate representation of color #951536: hue angle of 344.53º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951536 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 54 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.42 |
| HSL | 344.53º | 0.75% | 0.33% | - |
| HSV(B) | 344.53º | 0.86% | 0.58% | - |
| XYZ | 13.33 | 7.19 | 4.18 | - |
| YUV | 63.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 54 | 0 | 0.86 | 0.64 | 0.42 | 344.53 | 0.75 | 0.33 |
| Hex | 95 | 15 | 36 | 0 | 56 | 40 | 2A | 159 | 4B | 21 |
| Octal | 225 | 25 | 66 | 0 | 126 | 100 | 52 | 531 | 113 | 41 |
| Binary | 10010101 | 10101 | 110110 | 0 | 1010110 | 1000000 | 101010 | 101011001 | 1001011 | 100001 |
Color Harmonies of #951536
Complementary color
Monochromatic Colors of #951536
Black with #951536
Text Example
Text Example
White with #951536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951536; }
p { color: rgb(149,21,54); }
H1.HeaderClassName
{
color: #951536;
}
.AnyTagClassName
{
color: #951536;
}
</style>
background-color css
<style>
a { background-color: #951536; }
a { background-color: rgb(149,21,54); }
div.DivClassName
{
background-color: #951536;
}
.BgClassName
{
background-color: #951536;
}
</style>
border-color css
<style>
span { border-color: #951536; }
span { border-color: rgb(149,21,54); }
td.TdClassName
{
border-color: #951536;
}
.TagClassName
{
border-color: #951536;
}
</style>