Shades of Bright Red #951C30
Tints of Bright Red #951C30
RGB
CMYK
RGB Variations
Color information
#951C30 (or 0x951C30) is known color: Bright Red. HEX triplet: 95, 1C and 30. RGB value is (149,28,48). Sum of RGB (Red+Green+Blue) = 149+28+48=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #951C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C30 is #6AE3CF. Grayscale: #424242. Windows color (decimal): -7005136 or 3153045. OLE color: 3153045.
HSL color Cylindrical-coordinate representation of color #951C30: hue angle of 350.08º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C30 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 48 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.42 |
| HSL | 350.08º | 0.68% | 0.35% | - |
| HSV(B) | 350.08º | 0.81% | 0.58% | - |
| XYZ | 13.34 | 7.43 | 3.53 | - |
| YUV | 66.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 48 | 0 | 0.81 | 0.68 | 0.42 | 350.08 | 0.68 | 0.35 |
| Hex | 95 | 1C | 30 | 0 | 51 | 44 | 2A | 15E | 44 | 23 |
| Octal | 225 | 34 | 60 | 0 | 121 | 104 | 52 | 536 | 104 | 43 |
| Binary | 10010101 | 11100 | 110000 | 0 | 1010001 | 1000100 | 101010 | 101011110 | 1000100 | 100011 |
Color Harmonies of #951C30
Complementary color
Monochromatic Colors of #951C30
Black with #951C30
Text Example
Text Example
White with #951C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C30; }
p { color: rgb(149,28,48); }
H1.HeaderClassName
{
color: #951C30;
}
.AnyTagClassName
{
color: #951C30;
}
</style>
background-color css
<style>
a { background-color: #951C30; }
a { background-color: rgb(149,28,48); }
div.DivClassName
{
background-color: #951C30;
}
.BgClassName
{
background-color: #951C30;
}
</style>
border-color css
<style>
span { border-color: #951C30; }
span { border-color: rgb(149,28,48); }
td.TdClassName
{
border-color: #951C30;
}
.TagClassName
{
border-color: #951C30;
}
</style>