Shades of Bright Red #951F3A
Tints of Bright Red #951F3A
RGB
CMYK
RGB Variations
Color information
#951F3A (or 0x951F3A) is known color: Bright Red. HEX triplet: 95, 1F and 3A. RGB value is (149,31,58). Sum of RGB (Red+Green+Blue) = 149+31+58=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #951F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F3A is #6AE0C5. Grayscale: #454545. Windows color (decimal): -7004358 or 3809173. OLE color: 3809173.
HSL color Cylindrical-coordinate representation of color #951F3A: hue angle of 346.27º 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 #951F3A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 58 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.42 |
| HSL | 346.27º | 0.66% | 0.35% | - |
| HSV(B) | 346.27º | 0.79% | 0.58% | - |
| XYZ | 13.65 | 7.68 | 4.77 | - |
| YUV | 69.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 58 | 0 | 0.79 | 0.61 | 0.42 | 346.27 | 0.66 | 0.35 |
| Hex | 95 | 1F | 3A | 0 | 4F | 3D | 2A | 15A | 42 | 23 |
| Octal | 225 | 37 | 72 | 0 | 117 | 75 | 52 | 532 | 102 | 43 |
| Binary | 10010101 | 11111 | 111010 | 0 | 1001111 | 111101 | 101010 | 101011010 | 1000010 | 100011 |
Color Harmonies of #951F3A
Complementary color
Monochromatic Colors of #951F3A
Black with #951F3A
Text Example
Text Example
White with #951F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F3A; }
p { color: rgb(149,31,58); }
H1.HeaderClassName
{
color: #951F3A;
}
.AnyTagClassName
{
color: #951F3A;
}
</style>
background-color css
<style>
a { background-color: #951F3A; }
a { background-color: rgb(149,31,58); }
div.DivClassName
{
background-color: #951F3A;
}
.BgClassName
{
background-color: #951F3A;
}
</style>
border-color css
<style>
span { border-color: #951F3A; }
span { border-color: rgb(149,31,58); }
td.TdClassName
{
border-color: #951F3A;
}
.TagClassName
{
border-color: #951F3A;
}
</style>