Shades of Bright Red #90232E
Tints of Bright Red #90232E
RGB
CMYK
RGB Variations
Color information
#90232E (or 0x90232E) is known color: Bright Red. HEX triplet: 90, 23 and 2E. RGB value is (144,35,46). Sum of RGB (Red+Green+Blue) = 144+35+46=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90232E is #6FDCD1. Grayscale: #444444. Windows color (decimal): -7331026 or 3023760. OLE color: 3023760.
HSL color Cylindrical-coordinate representation of color #90232E: hue angle of 353.94º degrees, saturation: 0.61, 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 #90232E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 46 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.44 |
| HSL | 353.94º | 0.61% | 0.35% | - |
| HSV(B) | 353.94º | 0.76% | 0.56% | - |
| XYZ | 12.6 | 7.33 | 3.34 | - |
| YUV | 68.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 46 | 0 | 0.76 | 0.68 | 0.44 | 353.94 | 0.61 | 0.35 |
| Hex | 90 | 23 | 2E | 0 | 4C | 44 | 2C | 162 | 3D | 23 |
| Octal | 220 | 43 | 56 | 0 | 114 | 104 | 54 | 542 | 75 | 43 |
| Binary | 10010000 | 100011 | 101110 | 0 | 1001100 | 1000100 | 101100 | 101100010 | 111101 | 100011 |
Color Harmonies of #90232E
Complementary color
Monochromatic Colors of #90232E
Black with #90232E
Text Example
Text Example
White with #90232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90232E; }
p { color: rgb(144,35,46); }
H1.HeaderClassName
{
color: #90232E;
}
.AnyTagClassName
{
color: #90232E;
}
</style>
background-color css
<style>
a { background-color: #90232E; }
a { background-color: rgb(144,35,46); }
div.DivClassName
{
background-color: #90232E;
}
.BgClassName
{
background-color: #90232E;
}
</style>
border-color css
<style>
span { border-color: #90232E; }
span { border-color: rgb(144,35,46); }
td.TdClassName
{
border-color: #90232E;
}
.TagClassName
{
border-color: #90232E;
}
</style>