Shades of Bright Red #90222C
Tints of Bright Red #90222C
RGB
CMYK
RGB Variations
Color information
#90222C (or 0x90222C) is known color: Bright Red. HEX triplet: 90, 22 and 2C. RGB value is (144,34,44). Sum of RGB (Red+Green+Blue) = 144+34+44=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90222C is #6FDDD3. Grayscale: #444444. Windows color (decimal): -7331284 or 2892432. OLE color: 2892432.
HSL color Cylindrical-coordinate representation of color #90222C: hue angle of 354.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90222C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 44 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.44 |
| HSL | 354.55º | 0.62% | 0.35% | - |
| HSV(B) | 354.55º | 0.76% | 0.56% | - |
| XYZ | 12.53 | 7.26 | 3.12 | - |
| YUV | 68.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 44 | 0 | 0.76 | 0.69 | 0.44 | 354.55 | 0.62 | 0.35 |
| Hex | 90 | 22 | 2C | 0 | 4C | 45 | 2C | 163 | 3E | 23 |
| Octal | 220 | 42 | 54 | 0 | 114 | 105 | 54 | 543 | 76 | 43 |
| Binary | 10010000 | 100010 | 101100 | 0 | 1001100 | 1000101 | 101100 | 101100011 | 111110 | 100011 |
Color Harmonies of #90222C
Complementary color
Monochromatic Colors of #90222C
Black with #90222C
Text Example
Text Example
White with #90222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90222C; }
p { color: rgb(144,34,44); }
H1.HeaderClassName
{
color: #90222C;
}
.AnyTagClassName
{
color: #90222C;
}
</style>
background-color css
<style>
a { background-color: #90222C; }
a { background-color: rgb(144,34,44); }
div.DivClassName
{
background-color: #90222C;
}
.BgClassName
{
background-color: #90222C;
}
</style>
border-color css
<style>
span { border-color: #90222C; }
span { border-color: rgb(144,34,44); }
td.TdClassName
{
border-color: #90222C;
}
.TagClassName
{
border-color: #90222C;
}
</style>