Shades of Bright Red #90242E
Tints of Bright Red #90242E
RGB
CMYK
RGB Variations
Color information
#90242E (or 0x90242E) is known color: Bright Red. HEX triplet: 90, 24 and 2E. RGB value is (144,36,46). Sum of RGB (Red+Green+Blue) = 144+36+46=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90242E is #6FDBD1. Grayscale: #454545. Windows color (decimal): -7330770 or 3024016. OLE color: 3024016.
HSL color Cylindrical-coordinate representation of color #90242E: hue angle of 354.44º 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 #90242E is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 46 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.44 |
| HSL | 354.44º | 0.6% | 0.35% | - |
| HSV(B) | 354.44º | 0.75% | 0.56% | - |
| XYZ | 12.63 | 7.39 | 3.35 | - |
| YUV | 69.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 46 | 0 | 0.75 | 0.68 | 0.44 | 354.44 | 0.6 | 0.35 |
| Hex | 90 | 24 | 2E | 0 | 4B | 44 | 2C | 162 | 3C | 23 |
| Octal | 220 | 44 | 56 | 0 | 113 | 104 | 54 | 542 | 74 | 43 |
| Binary | 10010000 | 100100 | 101110 | 0 | 1001011 | 1000100 | 101100 | 101100010 | 111100 | 100011 |
Color Harmonies of #90242E
Complementary color
Monochromatic Colors of #90242E
Black with #90242E
Text Example
Text Example
White with #90242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90242E; }
p { color: rgb(144,36,46); }
H1.HeaderClassName
{
color: #90242E;
}
.AnyTagClassName
{
color: #90242E;
}
</style>
background-color css
<style>
a { background-color: #90242E; }
a { background-color: rgb(144,36,46); }
div.DivClassName
{
background-color: #90242E;
}
.BgClassName
{
background-color: #90242E;
}
</style>
border-color css
<style>
span { border-color: #90242E; }
span { border-color: rgb(144,36,46); }
td.TdClassName
{
border-color: #90242E;
}
.TagClassName
{
border-color: #90242E;
}
</style>