Shades of Bright Red #9A142F
Tints of Bright Red #9A142F
RGB
CMYK
RGB Variations
Color information
#9A142F (or 0x9A142F) is known color: Bright Red. HEX triplet: 9A, 14 and 2F. RGB value is (154,20,47). Sum of RGB (Red+Green+Blue) = 154+20+47=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A142F is #65EBD0. Grayscale: #3F3F3F. Windows color (decimal): -6679505 or 3085466. OLE color: 3085466.
HSL color Cylindrical-coordinate representation of color #9A142F: hue angle of 347.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A142F is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 47 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.40 |
| HSL | 347.91º | 0.77% | 0.34% | - |
| HSV(B) | 347.91º | 0.87% | 0.6% | - |
| XYZ | 14.09 | 7.58 | 3.41 | - |
| YUV | 63.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 47 | 0 | 0.87 | 0.69 | 0.40 | 347.91 | 0.77 | 0.34 |
| Hex | 9A | 14 | 2F | 0 | 57 | 45 | 28 | 15C | 4D | 22 |
| Octal | 232 | 24 | 57 | 0 | 127 | 105 | 50 | 534 | 115 | 42 |
| Binary | 10011010 | 10100 | 101111 | 0 | 1010111 | 1000101 | 101000 | 101011100 | 1001101 | 100010 |
Color Harmonies of #9A142F
Complementary color
Monochromatic Colors of #9A142F
Black with #9A142F
Text Example
Text Example
White with #9A142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A142F; }
p { color: rgb(154,20,47); }
H1.HeaderClassName
{
color: #9A142F;
}
.AnyTagClassName
{
color: #9A142F;
}
</style>
background-color css
<style>
a { background-color: #9A142F; }
a { background-color: rgb(154,20,47); }
div.DivClassName
{
background-color: #9A142F;
}
.BgClassName
{
background-color: #9A142F;
}
</style>
border-color css
<style>
span { border-color: #9A142F; }
span { border-color: rgb(154,20,47); }
td.TdClassName
{
border-color: #9A142F;
}
.TagClassName
{
border-color: #9A142F;
}
</style>