Shades of Bright Red #951335
Tints of Bright Red #951335
RGB
CMYK
RGB Variations
Color information
#951335 (or 0x951335) is known color: Bright Red. HEX triplet: 95, 13 and 35. RGB value is (149,19,53). Sum of RGB (Red+Green+Blue) = 149+19+53=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951335 is #6AECCA. Grayscale: #3D3D3D. Windows color (decimal): -7007435 or 3478421. OLE color: 3478421.
HSL color Cylindrical-coordinate representation of color #951335: hue angle of 344.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951335 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 53 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.42 |
| HSL | 344.31º | 0.77% | 0.33% | - |
| HSV(B) | 344.31º | 0.87% | 0.58% | - |
| XYZ | 13.27 | 7.11 | 4.04 | - |
| YUV | 61.75 | 123.07 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 53 | 0 | 0.87 | 0.64 | 0.42 | 344.31 | 0.77 | 0.33 |
| Hex | 95 | 13 | 35 | 0 | 57 | 40 | 2A | 158 | 4D | 21 |
| Octal | 225 | 23 | 65 | 0 | 127 | 100 | 52 | 530 | 115 | 41 |
| Binary | 10010101 | 10011 | 110101 | 0 | 1010111 | 1000000 | 101010 | 101011000 | 1001101 | 100001 |
Color Harmonies of #951335
Complementary color
Monochromatic Colors of #951335
Black with #951335
Text Example
Text Example
White with #951335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951335; }
p { color: rgb(149,19,53); }
H1.HeaderClassName
{
color: #951335;
}
.AnyTagClassName
{
color: #951335;
}
</style>
background-color css
<style>
a { background-color: #951335; }
a { background-color: rgb(149,19,53); }
div.DivClassName
{
background-color: #951335;
}
.BgClassName
{
background-color: #951335;
}
</style>
border-color css
<style>
span { border-color: #951335; }
span { border-color: rgb(149,19,53); }
td.TdClassName
{
border-color: #951335;
}
.TagClassName
{
border-color: #951335;
}
</style>