Shades of Bright Red #90293C
Tints of Bright Red #90293C
RGB
CMYK
RGB Variations
Color information
#90293C (or 0x90293C) is known color: Bright Red. HEX triplet: 90, 29 and 3C. RGB value is (144,41,60). Sum of RGB (Red+Green+Blue) = 144+41+60=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90293C is #6FD6C3. Grayscale: #494949. Windows color (decimal): -7329476 or 3942800. OLE color: 3942800.
HSL color Cylindrical-coordinate representation of color #90293C: hue angle of 348.93º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90293C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 60 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.44 |
| HSL | 348.93º | 0.56% | 0.36% | - |
| HSV(B) | 348.93º | 0.72% | 0.56% | - |
| XYZ | 13.11 | 7.84 | 5.1 | - |
| YUV | 73.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 60 | 0 | 0.72 | 0.58 | 0.44 | 348.93 | 0.56 | 0.36 |
| Hex | 90 | 29 | 3C | 0 | 48 | 3A | 2C | 15D | 38 | 24 |
| Octal | 220 | 51 | 74 | 0 | 110 | 72 | 54 | 535 | 70 | 44 |
| Binary | 10010000 | 101001 | 111100 | 0 | 1001000 | 111010 | 101100 | 101011101 | 111000 | 100100 |
Color Harmonies of #90293C
Complementary color
Monochromatic Colors of #90293C
Black with #90293C
Text Example
Text Example
White with #90293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90293C; }
p { color: rgb(144,41,60); }
H1.HeaderClassName
{
color: #90293C;
}
.AnyTagClassName
{
color: #90293C;
}
</style>
background-color css
<style>
a { background-color: #90293C; }
a { background-color: rgb(144,41,60); }
div.DivClassName
{
background-color: #90293C;
}
.BgClassName
{
background-color: #90293C;
}
</style>
border-color css
<style>
span { border-color: #90293C; }
span { border-color: rgb(144,41,60); }
td.TdClassName
{
border-color: #90293C;
}
.TagClassName
{
border-color: #90293C;
}
</style>