Shades of Bright Red #951234
Tints of Bright Red #951234
RGB
CMYK
RGB Variations
Color information
#951234 (or 0x951234) is known color: Bright Red. HEX triplet: 95, 12 and 34. RGB value is (149,18,52). Sum of RGB (Red+Green+Blue) = 149+18+52=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #951234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951234 is #6AEDCB. Grayscale: #3D3D3D. Windows color (decimal): -7007692 or 3412629. OLE color: 3412629.
HSL color Cylindrical-coordinate representation of color #951234: hue angle of 344.43º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951234 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 52 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.42 |
| HSL | 344.43º | 0.78% | 0.33% | - |
| HSV(B) | 344.43º | 0.88% | 0.58% | - |
| XYZ | 13.23 | 7.07 | 3.92 | - |
| YUV | 61.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 52 | 0 | 0.88 | 0.65 | 0.42 | 344.43 | 0.78 | 0.33 |
| Hex | 95 | 12 | 34 | 0 | 58 | 41 | 2A | 158 | 4E | 21 |
| Octal | 225 | 22 | 64 | 0 | 130 | 101 | 52 | 530 | 116 | 41 |
| Binary | 10010101 | 10010 | 110100 | 0 | 1011000 | 1000001 | 101010 | 101011000 | 1001110 | 100001 |
Color Harmonies of #951234
Complementary color
Monochromatic Colors of #951234
Black with #951234
Text Example
Text Example
White with #951234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951234; }
p { color: rgb(149,18,52); }
H1.HeaderClassName
{
color: #951234;
}
.AnyTagClassName
{
color: #951234;
}
</style>
background-color css
<style>
a { background-color: #951234; }
a { background-color: rgb(149,18,52); }
div.DivClassName
{
background-color: #951234;
}
.BgClassName
{
background-color: #951234;
}
</style>
border-color css
<style>
span { border-color: #951234; }
span { border-color: rgb(149,18,52); }
td.TdClassName
{
border-color: #951234;
}
.TagClassName
{
border-color: #951234;
}
</style>