Shades of Bright Red #90232A
Tints of Bright Red #90232A
RGB
CMYK
RGB Variations
Color information
#90232A (or 0x90232A) is known color: Bright Red. HEX triplet: 90, 23 and 2A. RGB value is (144,35,42). Sum of RGB (Red+Green+Blue) = 144+35+42=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90232A is #6FDCD5. Grayscale: #444444. Windows color (decimal): -7331030 or 2761616. OLE color: 2761616.
HSL color Cylindrical-coordinate representation of color #90232A: hue angle of 356.15º 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 #90232A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 42 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.44 |
| HSL | 356.15º | 0.61% | 0.35% | - |
| HSV(B) | 356.15º | 0.76% | 0.56% | - |
| XYZ | 12.52 | 7.3 | 2.94 | - |
| YUV | 68.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 42 | 0 | 0.76 | 0.71 | 0.44 | 356.15 | 0.61 | 0.35 |
| Hex | 90 | 23 | 2A | 0 | 4C | 47 | 2C | 164 | 3D | 23 |
| Octal | 220 | 43 | 52 | 0 | 114 | 107 | 54 | 544 | 75 | 43 |
| Binary | 10010000 | 100011 | 101010 | 0 | 1001100 | 1000111 | 101100 | 101100100 | 111101 | 100011 |
Color Harmonies of #90232A
Complementary color
Monochromatic Colors of #90232A
Black with #90232A
Text Example
Text Example
White with #90232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90232A; }
p { color: rgb(144,35,42); }
H1.HeaderClassName
{
color: #90232A;
}
.AnyTagClassName
{
color: #90232A;
}
</style>
background-color css
<style>
a { background-color: #90232A; }
a { background-color: rgb(144,35,42); }
div.DivClassName
{
background-color: #90232A;
}
.BgClassName
{
background-color: #90232A;
}
</style>
border-color css
<style>
span { border-color: #90232A; }
span { border-color: rgb(144,35,42); }
td.TdClassName
{
border-color: #90232A;
}
.TagClassName
{
border-color: #90232A;
}
</style>