Shades of Bright Red #9A191D
Tints of Bright Red #9A191D
RGB
CMYK
RGB Variations
Color information
#9A191D (or 0x9A191D) is known color: Bright Red. HEX triplet: 9A, 19 and 1D. RGB value is (154,25,29). Sum of RGB (Red+Green+Blue) = 154+25+29=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A191D is #65E6E2. Grayscale: #404040. Windows color (decimal): -6678243 or 1907098. OLE color: 1907098.
HSL color Cylindrical-coordinate representation of color #9A191D: hue angle of 358.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A191D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 29 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.40 |
| HSL | 358.14º | 0.72% | 0.35% | - |
| HSV(B) | 358.14º | 0.84% | 0.6% | - |
| XYZ | 13.9 | 7.65 | 1.91 | - |
| YUV | 64.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 29 | 0 | 0.84 | 0.81 | 0.40 | 358.14 | 0.72 | 0.35 |
| Hex | 9A | 19 | 1D | 0 | 54 | 51 | 28 | 166 | 48 | 23 |
| Octal | 232 | 31 | 35 | 0 | 124 | 121 | 50 | 546 | 110 | 43 |
| Binary | 10011010 | 11001 | 11101 | 0 | 1010100 | 1010001 | 101000 | 101100110 | 1001000 | 100011 |
Color Harmonies of #9A191D
Complementary color
Monochromatic Colors of #9A191D
Black with #9A191D
Text Example
Text Example
White with #9A191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A191D; }
p { color: rgb(154,25,29); }
H1.HeaderClassName
{
color: #9A191D;
}
.AnyTagClassName
{
color: #9A191D;
}
</style>
background-color css
<style>
a { background-color: #9A191D; }
a { background-color: rgb(154,25,29); }
div.DivClassName
{
background-color: #9A191D;
}
.BgClassName
{
background-color: #9A191D;
}
</style>
border-color css
<style>
span { border-color: #9A191D; }
span { border-color: rgb(154,25,29); }
td.TdClassName
{
border-color: #9A191D;
}
.TagClassName
{
border-color: #9A191D;
}
</style>