Shades of Bright Red #9A2425
Tints of Bright Red #9A2425
RGB
CMYK
RGB Variations
Color information
#9A2425 (or 0x9A2425) is known color: Bright Red. HEX triplet: 9A, 24 and 25. RGB value is (154,36,37). Sum of RGB (Red+Green+Blue) = 154+36+37=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2425 is #65DBDA. Grayscale: #474747. Windows color (decimal): -6675419 or 2434202. OLE color: 2434202.
HSL color Cylindrical-coordinate representation of color #9A2425: hue angle of 359.49º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2425 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 37 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.40 |
| HSL | 359.49º | 0.62% | 0.37% | - |
| HSV(B) | 359.49º | 0.77% | 0.6% | - |
| XYZ | 14.29 | 8.27 | 2.59 | - |
| YUV | 71.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 37 | 0 | 0.77 | 0.76 | 0.40 | 359.49 | 0.62 | 0.37 |
| Hex | 9A | 24 | 25 | 0 | 4D | 4C | 28 | 167 | 3E | 25 |
| Octal | 232 | 44 | 45 | 0 | 115 | 114 | 50 | 547 | 76 | 45 |
| Binary | 10011010 | 100100 | 100101 | 0 | 1001101 | 1001100 | 101000 | 101100111 | 111110 | 100101 |
Color Harmonies of #9A2425
Complementary color
Monochromatic Colors of #9A2425
Black with #9A2425
Text Example
Text Example
White with #9A2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2425; }
p { color: rgb(154,36,37); }
H1.HeaderClassName
{
color: #9A2425;
}
.AnyTagClassName
{
color: #9A2425;
}
</style>
background-color css
<style>
a { background-color: #9A2425; }
a { background-color: rgb(154,36,37); }
div.DivClassName
{
background-color: #9A2425;
}
.BgClassName
{
background-color: #9A2425;
}
</style>
border-color css
<style>
span { border-color: #9A2425; }
span { border-color: rgb(154,36,37); }
td.TdClassName
{
border-color: #9A2425;
}
.TagClassName
{
border-color: #9A2425;
}
</style>