Shades of Bright Red #90172E
Tints of Bright Red #90172E
RGB
CMYK
RGB Variations
Color information
#90172E (or 0x90172E) is known color: Bright Red. HEX triplet: 90, 17 and 2E. RGB value is (144,23,46). Sum of RGB (Red+Green+Blue) = 144+23+46=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #90172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90172E is #6FE8D1. Grayscale: #3D3D3D. Windows color (decimal): -7334098 or 3020688. OLE color: 3020688.
HSL color Cylindrical-coordinate representation of color #90172E: hue angle of 348.6º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90172E is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 46 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.44 |
| HSL | 348.6º | 0.72% | 0.33% | - |
| HSV(B) | 348.6º | 0.84% | 0.56% | - |
| XYZ | 12.3 | 6.74 | 3.24 | - |
| YUV | 61.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 46 | 0 | 0.84 | 0.68 | 0.44 | 348.6 | 0.72 | 0.33 |
| Hex | 90 | 17 | 2E | 0 | 54 | 44 | 2C | 15D | 48 | 21 |
| Octal | 220 | 27 | 56 | 0 | 124 | 104 | 54 | 535 | 110 | 41 |
| Binary | 10010000 | 10111 | 101110 | 0 | 1010100 | 1000100 | 101100 | 101011101 | 1001000 | 100001 |
Color Harmonies of #90172E
Complementary color
Monochromatic Colors of #90172E
Black with #90172E
Text Example
Text Example
White with #90172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90172E; }
p { color: rgb(144,23,46); }
H1.HeaderClassName
{
color: #90172E;
}
.AnyTagClassName
{
color: #90172E;
}
</style>
background-color css
<style>
a { background-color: #90172E; }
a { background-color: rgb(144,23,46); }
div.DivClassName
{
background-color: #90172E;
}
.BgClassName
{
background-color: #90172E;
}
</style>
border-color css
<style>
span { border-color: #90172E; }
span { border-color: rgb(144,23,46); }
td.TdClassName
{
border-color: #90172E;
}
.TagClassName
{
border-color: #90172E;
}
</style>