Shades of Bright Red #951B2D
Tints of Bright Red #951B2D
RGB
CMYK
RGB Variations
Color information
#951B2D (or 0x951B2D) is known color: Bright Red. HEX triplet: 95, 1B and 2D. RGB value is (149,27,45). Sum of RGB (Red+Green+Blue) = 149+27+45=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B2D is #6AE4D2. Grayscale: #414141. Windows color (decimal): -7005395 or 2956181. OLE color: 2956181.
HSL color Cylindrical-coordinate representation of color #951B2D: hue angle of 351.15º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B2D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 45 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.42 |
| HSL | 351.15º | 0.69% | 0.35% | - |
| HSV(B) | 351.15º | 0.82% | 0.58% | - |
| XYZ | 13.26 | 7.36 | 3.2 | - |
| YUV | 65.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 45 | 0 | 0.82 | 0.70 | 0.42 | 351.15 | 0.69 | 0.35 |
| Hex | 95 | 1B | 2D | 0 | 52 | 46 | 2A | 15F | 45 | 23 |
| Octal | 225 | 33 | 55 | 0 | 122 | 106 | 52 | 537 | 105 | 43 |
| Binary | 10010101 | 11011 | 101101 | 0 | 1010010 | 1000110 | 101010 | 101011111 | 1000101 | 100011 |
Color Harmonies of #951B2D
Complementary color
Monochromatic Colors of #951B2D
Black with #951B2D
Text Example
Text Example
White with #951B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B2D; }
p { color: rgb(149,27,45); }
H1.HeaderClassName
{
color: #951B2D;
}
.AnyTagClassName
{
color: #951B2D;
}
</style>
background-color css
<style>
a { background-color: #951B2D; }
a { background-color: rgb(149,27,45); }
div.DivClassName
{
background-color: #951B2D;
}
.BgClassName
{
background-color: #951B2D;
}
</style>
border-color css
<style>
span { border-color: #951B2D; }
span { border-color: rgb(149,27,45); }
td.TdClassName
{
border-color: #951B2D;
}
.TagClassName
{
border-color: #951B2D;
}
</style>