Shades of Bright Red #9A1F2A
Tints of Bright Red #9A1F2A
RGB
CMYK
RGB Variations
Color information
#9A1F2A (or 0x9A1F2A) is known color: Bright Red. HEX triplet: 9A, 1F and 2A. RGB value is (154,31,42). Sum of RGB (Red+Green+Blue) = 154+31+42=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1F2A is #65E0D5. Grayscale: #454545. Windows color (decimal): -6676694 or 2760602. OLE color: 2760602.
HSL color Cylindrical-coordinate representation of color #9A1F2A: hue angle of 354.63º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A1F2A is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 42 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.40 |
| HSL | 354.63º | 0.66% | 0.36% | - |
| HSV(B) | 354.63º | 0.8% | 0.6% | - |
| XYZ | 14.23 | 8.02 | 2.99 | - |
| YUV | 69.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 42 | 0 | 0.80 | 0.73 | 0.40 | 354.63 | 0.66 | 0.36 |
| Hex | 9A | 1F | 2A | 0 | 50 | 49 | 28 | 163 | 42 | 24 |
| Octal | 232 | 37 | 52 | 0 | 120 | 111 | 50 | 543 | 102 | 44 |
| Binary | 10011010 | 11111 | 101010 | 0 | 1010000 | 1001001 | 101000 | 101100011 | 1000010 | 100100 |
Color Harmonies of #9A1F2A
Complementary color
Monochromatic Colors of #9A1F2A
Black with #9A1F2A
Text Example
Text Example
White with #9A1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F2A; }
p { color: rgb(154,31,42); }
H1.HeaderClassName
{
color: #9A1F2A;
}
.AnyTagClassName
{
color: #9A1F2A;
}
</style>
background-color css
<style>
a { background-color: #9A1F2A; }
a { background-color: rgb(154,31,42); }
div.DivClassName
{
background-color: #9A1F2A;
}
.BgClassName
{
background-color: #9A1F2A;
}
</style>
border-color css
<style>
span { border-color: #9A1F2A; }
span { border-color: rgb(154,31,42); }
td.TdClassName
{
border-color: #9A1F2A;
}
.TagClassName
{
border-color: #9A1F2A;
}
</style>