Shades of Bright Red #90292F
Tints of Bright Red #90292F
RGB
CMYK
RGB Variations
Color information
#90292F (or 0x90292F) is known color: Bright Red. HEX triplet: 90, 29 and 2F. RGB value is (144,41,47). Sum of RGB (Red+Green+Blue) = 144+41+47=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #90292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90292F is #6FD6D0. Grayscale: #484848. Windows color (decimal): -7329489 or 3090832. OLE color: 3090832.
HSL color Cylindrical-coordinate representation of color #90292F: hue angle of 356.5º 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 #90292F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 47 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.44 |
| HSL | 356.5º | 0.56% | 0.36% | - |
| HSV(B) | 356.5º | 0.72% | 0.56% | - |
| XYZ | 12.81 | 7.72 | 3.5 | - |
| YUV | 72.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 47 | 0 | 0.72 | 0.67 | 0.44 | 356.5 | 0.56 | 0.36 |
| Hex | 90 | 29 | 2F | 0 | 48 | 43 | 2C | 165 | 38 | 24 |
| Octal | 220 | 51 | 57 | 0 | 110 | 103 | 54 | 545 | 70 | 44 |
| Binary | 10010000 | 101001 | 101111 | 0 | 1001000 | 1000011 | 101100 | 101100101 | 111000 | 100100 |
Color Harmonies of #90292F
Complementary color
Monochromatic Colors of #90292F
Black with #90292F
Text Example
Text Example
White with #90292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90292F; }
p { color: rgb(144,41,47); }
H1.HeaderClassName
{
color: #90292F;
}
.AnyTagClassName
{
color: #90292F;
}
</style>
background-color css
<style>
a { background-color: #90292F; }
a { background-color: rgb(144,41,47); }
div.DivClassName
{
background-color: #90292F;
}
.BgClassName
{
background-color: #90292F;
}
</style>
border-color css
<style>
span { border-color: #90292F; }
span { border-color: rgb(144,41,47); }
td.TdClassName
{
border-color: #90292F;
}
.TagClassName
{
border-color: #90292F;
}
</style>