Shades of Bright Red #951F3C
Tints of Bright Red #951F3C
RGB
CMYK
RGB Variations
Color information
#951F3C (or 0x951F3C) is known color: Bright Red. HEX triplet: 95, 1F and 3C. RGB value is (149,31,60). Sum of RGB (Red+Green+Blue) = 149+31+60=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #951F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F3C is #6AE0C3. Grayscale: #454545. Windows color (decimal): -7004356 or 3940245. OLE color: 3940245.
HSL color Cylindrical-coordinate representation of color #951F3C: hue angle of 345.25º 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 #951F3C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 60 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.42 |
| HSL | 345.25º | 0.66% | 0.35% | - |
| HSV(B) | 345.25º | 0.79% | 0.58% | - |
| XYZ | 13.7 | 7.7 | 5.04 | - |
| YUV | 69.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 60 | 0 | 0.79 | 0.60 | 0.42 | 345.25 | 0.66 | 0.35 |
| Hex | 95 | 1F | 3C | 0 | 4F | 3C | 2A | 159 | 42 | 23 |
| Octal | 225 | 37 | 74 | 0 | 117 | 74 | 52 | 531 | 102 | 43 |
| Binary | 10010101 | 11111 | 111100 | 0 | 1001111 | 111100 | 101010 | 101011001 | 1000010 | 100011 |
Color Harmonies of #951F3C
Complementary color
Monochromatic Colors of #951F3C
Black with #951F3C
Text Example
Text Example
White with #951F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F3C; }
p { color: rgb(149,31,60); }
H1.HeaderClassName
{
color: #951F3C;
}
.AnyTagClassName
{
color: #951F3C;
}
</style>
background-color css
<style>
a { background-color: #951F3C; }
a { background-color: rgb(149,31,60); }
div.DivClassName
{
background-color: #951F3C;
}
.BgClassName
{
background-color: #951F3C;
}
</style>
border-color css
<style>
span { border-color: #951F3C; }
span { border-color: rgb(149,31,60); }
td.TdClassName
{
border-color: #951F3C;
}
.TagClassName
{
border-color: #951F3C;
}
</style>