Shades of Bright Red #951F36
Tints of Bright Red #951F36
RGB
CMYK
RGB Variations
Color information
#951F36 (or 0x951F36) is known color: Bright Red. HEX triplet: 95, 1F and 36. RGB value is (149,31,54). Sum of RGB (Red+Green+Blue) = 149+31+54=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #951F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F36 is #6AE0C9. Grayscale: #444444. Windows color (decimal): -7004362 or 3547029. OLE color: 3547029.
HSL color Cylindrical-coordinate representation of color #951F36: hue angle of 348.31º 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 #951F36 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 54 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.42 |
| HSL | 348.31º | 0.66% | 0.35% | - |
| HSV(B) | 348.31º | 0.79% | 0.58% | - |
| XYZ | 13.55 | 7.64 | 4.25 | - |
| YUV | 68.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 54 | 0 | 0.79 | 0.64 | 0.42 | 348.31 | 0.66 | 0.35 |
| Hex | 95 | 1F | 36 | 0 | 4F | 40 | 2A | 15C | 42 | 23 |
| Octal | 225 | 37 | 66 | 0 | 117 | 100 | 52 | 534 | 102 | 43 |
| Binary | 10010101 | 11111 | 110110 | 0 | 1001111 | 1000000 | 101010 | 101011100 | 1000010 | 100011 |
Color Harmonies of #951F36
Complementary color
Monochromatic Colors of #951F36
Black with #951F36
Text Example
Text Example
White with #951F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F36; }
p { color: rgb(149,31,54); }
H1.HeaderClassName
{
color: #951F36;
}
.AnyTagClassName
{
color: #951F36;
}
</style>
background-color css
<style>
a { background-color: #951F36; }
a { background-color: rgb(149,31,54); }
div.DivClassName
{
background-color: #951F36;
}
.BgClassName
{
background-color: #951F36;
}
</style>
border-color css
<style>
span { border-color: #951F36; }
span { border-color: rgb(149,31,54); }
td.TdClassName
{
border-color: #951F36;
}
.TagClassName
{
border-color: #951F36;
}
</style>