Shades of Bright Red #951A1D
Tints of Bright Red #951A1D
RGB
CMYK
RGB Variations
Color information
#951A1D (or 0x951A1D) is known color: Bright Red. HEX triplet: 95, 1A and 1D. RGB value is (149,26,29). Sum of RGB (Red+Green+Blue) = 149+26+29=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #951A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A1D is #6AE5E2. Grayscale: #3F3F3F. Windows color (decimal): -7005667 or 1907349. OLE color: 1907349.
HSL color Cylindrical-coordinate representation of color #951A1D: hue angle of 358.54º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A1D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 29 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.42 |
| HSL | 358.54º | 0.7% | 0.34% | - |
| HSV(B) | 358.54º | 0.83% | 0.58% | - |
| XYZ | 12.99 | 7.22 | 1.87 | - |
| YUV | 63.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 29 | 0 | 0.83 | 0.81 | 0.42 | 358.54 | 0.7 | 0.34 |
| Hex | 95 | 1A | 1D | 0 | 53 | 51 | 2A | 167 | 46 | 22 |
| Octal | 225 | 32 | 35 | 0 | 123 | 121 | 52 | 547 | 106 | 42 |
| Binary | 10010101 | 11010 | 11101 | 0 | 1010011 | 1010001 | 101010 | 101100111 | 1000110 | 100010 |
Color Harmonies of #951A1D
Complementary color
Monochromatic Colors of #951A1D
Black with #951A1D
Text Example
Text Example
White with #951A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A1D; }
p { color: rgb(149,26,29); }
H1.HeaderClassName
{
color: #951A1D;
}
.AnyTagClassName
{
color: #951A1D;
}
</style>
background-color css
<style>
a { background-color: #951A1D; }
a { background-color: rgb(149,26,29); }
div.DivClassName
{
background-color: #951A1D;
}
.BgClassName
{
background-color: #951A1D;
}
</style>
border-color css
<style>
span { border-color: #951A1D; }
span { border-color: rgb(149,26,29); }
td.TdClassName
{
border-color: #951A1D;
}
.TagClassName
{
border-color: #951A1D;
}
</style>