Shades of Bright Red #951F20
Tints of Bright Red #951F20
RGB
CMYK
RGB Variations
Color information
#951F20 (or 0x951F20) is known color: Bright Red. HEX triplet: 95, 1F and 20. RGB value is (149,31,32). Sum of RGB (Red+Green+Blue) = 149+31+32=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #951F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F20 is #6AE0DF. Grayscale: #424242. Windows color (decimal): -7004384 or 2105237. OLE color: 2105237.
HSL color Cylindrical-coordinate representation of color #951F20: hue angle of 359.49º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #951F20 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 32 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.42 |
| HSL | 359.49º | 0.66% | 0.35% | - |
| HSV(B) | 359.49º | 0.79% | 0.58% | - |
| XYZ | 13.15 | 7.47 | 2.12 | - |
| YUV | 66.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 32 | 0 | 0.79 | 0.79 | 0.42 | 359.49 | 0.66 | 0.35 |
| Hex | 95 | 1F | 20 | 0 | 4F | 4F | 2A | 167 | 42 | 23 |
| Octal | 225 | 37 | 40 | 0 | 117 | 117 | 52 | 547 | 102 | 43 |
| Binary | 10010101 | 11111 | 100000 | 0 | 1001111 | 1001111 | 101010 | 101100111 | 1000010 | 100011 |
Color Harmonies of #951F20
Complementary color
Monochromatic Colors of #951F20
Black with #951F20
Text Example
Text Example
White with #951F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F20; }
p { color: rgb(149,31,32); }
H1.HeaderClassName
{
color: #951F20;
}
.AnyTagClassName
{
color: #951F20;
}
</style>
background-color css
<style>
a { background-color: #951F20; }
a { background-color: rgb(149,31,32); }
div.DivClassName
{
background-color: #951F20;
}
.BgClassName
{
background-color: #951F20;
}
</style>
border-color css
<style>
span { border-color: #951F20; }
span { border-color: rgb(149,31,32); }
td.TdClassName
{
border-color: #951F20;
}
.TagClassName
{
border-color: #951F20;
}
</style>