Shades of Bright Red #90212A
Tints of Bright Red #90212A
RGB
CMYK
RGB Variations
Color information
#90212A (or 0x90212A) is known color: Bright Red. HEX triplet: 90, 21 and 2A. RGB value is (144,33,42). Sum of RGB (Red+Green+Blue) = 144+33+42=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #90212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90212A is #6FDED5. Grayscale: #434343. Windows color (decimal): -7331542 or 2761104. OLE color: 2761104.
HSL color Cylindrical-coordinate representation of color #90212A: hue angle of 355.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90212A is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 42 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.44 |
| HSL | 355.14º | 0.63% | 0.35% | - |
| HSV(B) | 355.14º | 0.77% | 0.56% | - |
| XYZ | 12.46 | 7.18 | 2.92 | - |
| YUV | 67.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 42 | 0 | 0.77 | 0.71 | 0.44 | 355.14 | 0.63 | 0.35 |
| Hex | 90 | 21 | 2A | 0 | 4D | 47 | 2C | 163 | 3F | 23 |
| Octal | 220 | 41 | 52 | 0 | 115 | 107 | 54 | 543 | 77 | 43 |
| Binary | 10010000 | 100001 | 101010 | 0 | 1001101 | 1000111 | 101100 | 101100011 | 111111 | 100011 |
Color Harmonies of #90212A
Complementary color
Monochromatic Colors of #90212A
Black with #90212A
Text Example
Text Example
White with #90212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90212A; }
p { color: rgb(144,33,42); }
H1.HeaderClassName
{
color: #90212A;
}
.AnyTagClassName
{
color: #90212A;
}
</style>
background-color css
<style>
a { background-color: #90212A; }
a { background-color: rgb(144,33,42); }
div.DivClassName
{
background-color: #90212A;
}
.BgClassName
{
background-color: #90212A;
}
</style>
border-color css
<style>
span { border-color: #90212A; }
span { border-color: rgb(144,33,42); }
td.TdClassName
{
border-color: #90212A;
}
.TagClassName
{
border-color: #90212A;
}
</style>