Shades of Bright Red #90242C
Tints of Bright Red #90242C
RGB
CMYK
RGB Variations
Color information
#90242C (or 0x90242C) is known color: Bright Red. HEX triplet: 90, 24 and 2C. RGB value is (144,36,44). Sum of RGB (Red+Green+Blue) = 144+36+44=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90242C is #6FDBD3. Grayscale: #454545. Windows color (decimal): -7330772 or 2892944. OLE color: 2892944.
HSL color Cylindrical-coordinate representation of color #90242C: hue angle of 355.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90242C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 44 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.44 |
| HSL | 355.56º | 0.6% | 0.35% | - |
| HSV(B) | 355.56º | 0.75% | 0.56% | - |
| XYZ | 12.59 | 7.37 | 3.14 | - |
| YUV | 69.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 44 | 0 | 0.75 | 0.69 | 0.44 | 355.56 | 0.6 | 0.35 |
| Hex | 90 | 24 | 2C | 0 | 4B | 45 | 2C | 164 | 3C | 23 |
| Octal | 220 | 44 | 54 | 0 | 113 | 105 | 54 | 544 | 74 | 43 |
| Binary | 10010000 | 100100 | 101100 | 0 | 1001011 | 1000101 | 101100 | 101100100 | 111100 | 100011 |
Color Harmonies of #90242C
Complementary color
Monochromatic Colors of #90242C
Black with #90242C
Text Example
Text Example
White with #90242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90242C; }
p { color: rgb(144,36,44); }
H1.HeaderClassName
{
color: #90242C;
}
.AnyTagClassName
{
color: #90242C;
}
</style>
background-color css
<style>
a { background-color: #90242C; }
a { background-color: rgb(144,36,44); }
div.DivClassName
{
background-color: #90242C;
}
.BgClassName
{
background-color: #90242C;
}
</style>
border-color css
<style>
span { border-color: #90242C; }
span { border-color: rgb(144,36,44); }
td.TdClassName
{
border-color: #90242C;
}
.TagClassName
{
border-color: #90242C;
}
</style>