Shades of Bright Red #9A1F29
Tints of Bright Red #9A1F29
RGB
CMYK
RGB Variations
Color information
#9A1F29 (or 0x9A1F29) is known color: Bright Red. HEX triplet: 9A, 1F and 29. RGB value is (154,31,41). Sum of RGB (Red+Green+Blue) = 154+31+41=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1F29 is #65E0D6. Grayscale: #454545. Windows color (decimal): -6676695 or 2695066. OLE color: 2695066.
HSL color Cylindrical-coordinate representation of color #9A1F29: hue angle of 355.12º 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 #9A1F29 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 41 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.40 |
| HSL | 355.12º | 0.66% | 0.36% | - |
| HSV(B) | 355.12º | 0.8% | 0.6% | - |
| XYZ | 14.22 | 8.01 | 2.89 | - |
| YUV | 68.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 41 | 0 | 0.80 | 0.73 | 0.40 | 355.12 | 0.66 | 0.36 |
| Hex | 9A | 1F | 29 | 0 | 50 | 49 | 28 | 163 | 42 | 24 |
| Octal | 232 | 37 | 51 | 0 | 120 | 111 | 50 | 543 | 102 | 44 |
| Binary | 10011010 | 11111 | 101001 | 0 | 1010000 | 1001001 | 101000 | 101100011 | 1000010 | 100100 |
Color Harmonies of #9A1F29
Complementary color
Monochromatic Colors of #9A1F29
Black with #9A1F29
Text Example
Text Example
White with #9A1F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F29; }
p { color: rgb(154,31,41); }
H1.HeaderClassName
{
color: #9A1F29;
}
.AnyTagClassName
{
color: #9A1F29;
}
</style>
background-color css
<style>
a { background-color: #9A1F29; }
a { background-color: rgb(154,31,41); }
div.DivClassName
{
background-color: #9A1F29;
}
.BgClassName
{
background-color: #9A1F29;
}
</style>
border-color css
<style>
span { border-color: #9A1F29; }
span { border-color: rgb(154,31,41); }
td.TdClassName
{
border-color: #9A1F29;
}
.TagClassName
{
border-color: #9A1F29;
}
</style>