Shades of Bright Red #90242A
Tints of Bright Red #90242A
RGB
CMYK
RGB Variations
Color information
#90242A (or 0x90242A) is known color: Bright Red. HEX triplet: 90, 24 and 2A. RGB value is (144,36,42). Sum of RGB (Red+Green+Blue) = 144+36+42=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90242A is #6FDBD5. Grayscale: #454545. Windows color (decimal): -7330774 or 2761872. OLE color: 2761872.
HSL color Cylindrical-coordinate representation of color #90242A: hue angle of 356.67º 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 #90242A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 42 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.44 |
| HSL | 356.67º | 0.6% | 0.35% | - |
| HSV(B) | 356.67º | 0.75% | 0.56% | - |
| XYZ | 12.55 | 7.36 | 2.95 | - |
| YUV | 68.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 42 | 0 | 0.75 | 0.71 | 0.44 | 356.67 | 0.6 | 0.35 |
| Hex | 90 | 24 | 2A | 0 | 4B | 47 | 2C | 165 | 3C | 23 |
| Octal | 220 | 44 | 52 | 0 | 113 | 107 | 54 | 545 | 74 | 43 |
| Binary | 10010000 | 100100 | 101010 | 0 | 1001011 | 1000111 | 101100 | 101100101 | 111100 | 100011 |
Color Harmonies of #90242A
Complementary color
Monochromatic Colors of #90242A
Black with #90242A
Text Example
Text Example
White with #90242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90242A; }
p { color: rgb(144,36,42); }
H1.HeaderClassName
{
color: #90242A;
}
.AnyTagClassName
{
color: #90242A;
}
</style>
background-color css
<style>
a { background-color: #90242A; }
a { background-color: rgb(144,36,42); }
div.DivClassName
{
background-color: #90242A;
}
.BgClassName
{
background-color: #90242A;
}
</style>
border-color css
<style>
span { border-color: #90242A; }
span { border-color: rgb(144,36,42); }
td.TdClassName
{
border-color: #90242A;
}
.TagClassName
{
border-color: #90242A;
}
</style>