Shades of Bright Red #90252F
Tints of Bright Red #90252F
RGB
CMYK
RGB Variations
Color information
#90252F (or 0x90252F) is known color: Bright Red. HEX triplet: 90, 25 and 2F. RGB value is (144,37,47). Sum of RGB (Red+Green+Blue) = 144+37+47=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90252F is #6FDAD0. Grayscale: #464646. Windows color (decimal): -7330513 or 3089808. OLE color: 3089808.
HSL color Cylindrical-coordinate representation of color #90252F: hue angle of 354.39º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90252F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 47 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.44 |
| HSL | 354.39º | 0.59% | 0.35% | - |
| HSV(B) | 354.39º | 0.74% | 0.56% | - |
| XYZ | 12.68 | 7.46 | 3.46 | - |
| YUV | 70.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 47 | 0 | 0.74 | 0.67 | 0.44 | 354.39 | 0.59 | 0.35 |
| Hex | 90 | 25 | 2F | 0 | 4A | 43 | 2C | 162 | 3B | 23 |
| Octal | 220 | 45 | 57 | 0 | 112 | 103 | 54 | 542 | 73 | 43 |
| Binary | 10010000 | 100101 | 101111 | 0 | 1001010 | 1000011 | 101100 | 101100010 | 111011 | 100011 |
Color Harmonies of #90252F
Complementary color
Monochromatic Colors of #90252F
Black with #90252F
Text Example
Text Example
White with #90252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90252F; }
p { color: rgb(144,37,47); }
H1.HeaderClassName
{
color: #90252F;
}
.AnyTagClassName
{
color: #90252F;
}
</style>
background-color css
<style>
a { background-color: #90252F; }
a { background-color: rgb(144,37,47); }
div.DivClassName
{
background-color: #90252F;
}
.BgClassName
{
background-color: #90252F;
}
</style>
border-color css
<style>
span { border-color: #90252F; }
span { border-color: rgb(144,37,47); }
td.TdClassName
{
border-color: #90252F;
}
.TagClassName
{
border-color: #90252F;
}
</style>