Shades of Bright Red #901B31
Tints of Bright Red #901B31
RGB
CMYK
RGB Variations
Color information
#901B31 (or 0x901B31) is known color: Bright Red. HEX triplet: 90, 1B and 31. RGB value is (144,27,49). Sum of RGB (Red+Green+Blue) = 144+27+49=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #901B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B31 is #6FE4CE. Grayscale: #404040. Windows color (decimal): -7333071 or 3218320. OLE color: 3218320.
HSL color Cylindrical-coordinate representation of color #901B31: hue angle of 348.72º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B31 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 49 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.44 |
| HSL | 348.72º | 0.68% | 0.34% | - |
| HSV(B) | 348.72º | 0.81% | 0.56% | - |
| XYZ | 12.45 | 6.93 | 3.59 | - |
| YUV | 64.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 49 | 0 | 0.81 | 0.66 | 0.44 | 348.72 | 0.68 | 0.34 |
| Hex | 90 | 1B | 31 | 0 | 51 | 42 | 2C | 15D | 44 | 22 |
| Octal | 220 | 33 | 61 | 0 | 121 | 102 | 54 | 535 | 104 | 42 |
| Binary | 10010000 | 11011 | 110001 | 0 | 1010001 | 1000010 | 101100 | 101011101 | 1000100 | 100010 |
Color Harmonies of #901B31
Complementary color
Monochromatic Colors of #901B31
Black with #901B31
Text Example
Text Example
White with #901B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B31; }
p { color: rgb(144,27,49); }
H1.HeaderClassName
{
color: #901B31;
}
.AnyTagClassName
{
color: #901B31;
}
</style>
background-color css
<style>
a { background-color: #901B31; }
a { background-color: rgb(144,27,49); }
div.DivClassName
{
background-color: #901B31;
}
.BgClassName
{
background-color: #901B31;
}
</style>
border-color css
<style>
span { border-color: #901B31; }
span { border-color: rgb(144,27,49); }
td.TdClassName
{
border-color: #901B31;
}
.TagClassName
{
border-color: #901B31;
}
</style>