Shades of Bright Red #951C2F
Tints of Bright Red #951C2F
RGB
CMYK
RGB Variations
Color information
#951C2F (or 0x951C2F) is known color: Bright Red. HEX triplet: 95, 1C and 2F. RGB value is (149,28,47). Sum of RGB (Red+Green+Blue) = 149+28+47=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #951C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C2F is #6AE3D0. Grayscale: #424242. Windows color (decimal): -7005137 or 3087509. OLE color: 3087509.
HSL color Cylindrical-coordinate representation of color #951C2F: hue angle of 350.58º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C2F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 47 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.42 |
| HSL | 350.58º | 0.68% | 0.35% | - |
| HSV(B) | 350.58º | 0.81% | 0.58% | - |
| XYZ | 13.32 | 7.43 | 3.42 | - |
| YUV | 66.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 47 | 0 | 0.81 | 0.68 | 0.42 | 350.58 | 0.68 | 0.35 |
| Hex | 95 | 1C | 2F | 0 | 51 | 44 | 2A | 15F | 44 | 23 |
| Octal | 225 | 34 | 57 | 0 | 121 | 104 | 52 | 537 | 104 | 43 |
| Binary | 10010101 | 11100 | 101111 | 0 | 1010001 | 1000100 | 101010 | 101011111 | 1000100 | 100011 |
Color Harmonies of #951C2F
Complementary color
Monochromatic Colors of #951C2F
Black with #951C2F
Text Example
Text Example
White with #951C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C2F; }
p { color: rgb(149,28,47); }
H1.HeaderClassName
{
color: #951C2F;
}
.AnyTagClassName
{
color: #951C2F;
}
</style>
background-color css
<style>
a { background-color: #951C2F; }
a { background-color: rgb(149,28,47); }
div.DivClassName
{
background-color: #951C2F;
}
.BgClassName
{
background-color: #951C2F;
}
</style>
border-color css
<style>
span { border-color: #951C2F; }
span { border-color: rgb(149,28,47); }
td.TdClassName
{
border-color: #951C2F;
}
.TagClassName
{
border-color: #951C2F;
}
</style>