Shades of Bright Red #951F2B
Tints of Bright Red #951F2B
RGB
CMYK
RGB Variations
Color information
#951F2B (or 0x951F2B) is known color: Bright Red. HEX triplet: 95, 1F and 2B. RGB value is (149,31,43). Sum of RGB (Red+Green+Blue) = 149+31+43=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #951F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F2B is #6AE0D4. Grayscale: #434343. Windows color (decimal): -7004373 or 2826133. OLE color: 2826133.
HSL color Cylindrical-coordinate representation of color #951F2B: hue angle of 353.9º 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 #951F2B is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 43 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.42 |
| HSL | 353.9º | 0.66% | 0.35% | - |
| HSV(B) | 353.9º | 0.79% | 0.58% | - |
| XYZ | 13.32 | 7.54 | 3.04 | - |
| YUV | 67.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 43 | 0 | 0.79 | 0.71 | 0.42 | 353.9 | 0.66 | 0.35 |
| Hex | 95 | 1F | 2B | 0 | 4F | 47 | 2A | 162 | 42 | 23 |
| Octal | 225 | 37 | 53 | 0 | 117 | 107 | 52 | 542 | 102 | 43 |
| Binary | 10010101 | 11111 | 101011 | 0 | 1001111 | 1000111 | 101010 | 101100010 | 1000010 | 100011 |
Color Harmonies of #951F2B
Complementary color
Monochromatic Colors of #951F2B
Black with #951F2B
Text Example
Text Example
White with #951F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F2B; }
p { color: rgb(149,31,43); }
H1.HeaderClassName
{
color: #951F2B;
}
.AnyTagClassName
{
color: #951F2B;
}
</style>
background-color css
<style>
a { background-color: #951F2B; }
a { background-color: rgb(149,31,43); }
div.DivClassName
{
background-color: #951F2B;
}
.BgClassName
{
background-color: #951F2B;
}
</style>
border-color css
<style>
span { border-color: #951F2B; }
span { border-color: rgb(149,31,43); }
td.TdClassName
{
border-color: #951F2B;
}
.TagClassName
{
border-color: #951F2B;
}
</style>