Shades of Bright Red #9A253A
Tints of Bright Red #9A253A
RGB
CMYK
RGB Variations
Color information
#9A253A (or 0x9A253A) is known color: Bright Red. HEX triplet: 9A, 25 and 3A. RGB value is (154,37,58). Sum of RGB (Red+Green+Blue) = 154+37+58=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A253A is #65DAC5. Grayscale: #4A4A4A. Windows color (decimal): -6675142 or 3810714. OLE color: 3810714.
HSL color Cylindrical-coordinate representation of color #9A253A: hue angle of 349.23º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A253A is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 58 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.40 |
| HSL | 349.23º | 0.61% | 0.37% | - |
| HSV(B) | 349.23º | 0.76% | 0.6% | - |
| XYZ | 14.75 | 8.5 | 4.87 | - |
| YUV | 74.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 58 | 0 | 0.76 | 0.62 | 0.40 | 349.23 | 0.61 | 0.37 |
| Hex | 9A | 25 | 3A | 0 | 4C | 3E | 28 | 15D | 3D | 25 |
| Octal | 232 | 45 | 72 | 0 | 114 | 76 | 50 | 535 | 75 | 45 |
| Binary | 10011010 | 100101 | 111010 | 0 | 1001100 | 111110 | 101000 | 101011101 | 111101 | 100101 |
Color Harmonies of #9A253A
Complementary color
Monochromatic Colors of #9A253A
Black with #9A253A
Text Example
Text Example
White with #9A253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A253A; }
p { color: rgb(154,37,58); }
H1.HeaderClassName
{
color: #9A253A;
}
.AnyTagClassName
{
color: #9A253A;
}
</style>
background-color css
<style>
a { background-color: #9A253A; }
a { background-color: rgb(154,37,58); }
div.DivClassName
{
background-color: #9A253A;
}
.BgClassName
{
background-color: #9A253A;
}
</style>
border-color css
<style>
span { border-color: #9A253A; }
span { border-color: rgb(154,37,58); }
td.TdClassName
{
border-color: #9A253A;
}
.TagClassName
{
border-color: #9A253A;
}
</style>