Shades of Bright Red #951E2F
Tints of Bright Red #951E2F
RGB
CMYK
RGB Variations
Color information
#951E2F (or 0x951E2F) is known color: Bright Red. HEX triplet: 95, 1E and 2F. RGB value is (149,30,47). Sum of RGB (Red+Green+Blue) = 149+30+47=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #951E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E2F is #6AE1D0. Grayscale: #434343. Windows color (decimal): -7004625 or 3088021. OLE color: 3088021.
HSL color Cylindrical-coordinate representation of color #951E2F: hue angle of 351.43º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E2F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 47 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.42 |
| HSL | 351.43º | 0.66% | 0.35% | - |
| HSV(B) | 351.43º | 0.8% | 0.58% | - |
| XYZ | 13.37 | 7.52 | 3.44 | - |
| YUV | 67.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 47 | 0 | 0.80 | 0.68 | 0.42 | 351.43 | 0.66 | 0.35 |
| Hex | 95 | 1E | 2F | 0 | 50 | 44 | 2A | 15F | 42 | 23 |
| Octal | 225 | 36 | 57 | 0 | 120 | 104 | 52 | 537 | 102 | 43 |
| Binary | 10010101 | 11110 | 101111 | 0 | 1010000 | 1000100 | 101010 | 101011111 | 1000010 | 100011 |
Color Harmonies of #951E2F
Complementary color
Monochromatic Colors of #951E2F
Black with #951E2F
Text Example
Text Example
White with #951E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E2F; }
p { color: rgb(149,30,47); }
H1.HeaderClassName
{
color: #951E2F;
}
.AnyTagClassName
{
color: #951E2F;
}
</style>
background-color css
<style>
a { background-color: #951E2F; }
a { background-color: rgb(149,30,47); }
div.DivClassName
{
background-color: #951E2F;
}
.BgClassName
{
background-color: #951E2F;
}
</style>
border-color css
<style>
span { border-color: #951E2F; }
span { border-color: rgb(149,30,47); }
td.TdClassName
{
border-color: #951E2F;
}
.TagClassName
{
border-color: #951E2F;
}
</style>