Shades of Bright Red #9A1F2E
Tints of Bright Red #9A1F2E
RGB
CMYK
RGB Variations
Color information
#9A1F2E (or 0x9A1F2E) is known color: Bright Red. HEX triplet: 9A, 1F and 2E. RGB value is (154,31,46). Sum of RGB (Red+Green+Blue) = 154+31+46=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1F2E is #65E0D1. Grayscale: #454545. Windows color (decimal): -6676690 or 3022746. OLE color: 3022746.
HSL color Cylindrical-coordinate representation of color #9A1F2E: hue angle of 352.68º 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 #9A1F2E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 46 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.40 |
| HSL | 352.68º | 0.66% | 0.36% | - |
| HSV(B) | 352.68º | 0.8% | 0.6% | - |
| XYZ | 14.31 | 8.05 | 3.38 | - |
| YUV | 69.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 46 | 0 | 0.80 | 0.70 | 0.40 | 352.68 | 0.66 | 0.36 |
| Hex | 9A | 1F | 2E | 0 | 50 | 46 | 28 | 161 | 42 | 24 |
| Octal | 232 | 37 | 56 | 0 | 120 | 106 | 50 | 541 | 102 | 44 |
| Binary | 10011010 | 11111 | 101110 | 0 | 1010000 | 1000110 | 101000 | 101100001 | 1000010 | 100100 |
Color Harmonies of #9A1F2E
Complementary color
Monochromatic Colors of #9A1F2E
Black with #9A1F2E
Text Example
Text Example
White with #9A1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F2E; }
p { color: rgb(154,31,46); }
H1.HeaderClassName
{
color: #9A1F2E;
}
.AnyTagClassName
{
color: #9A1F2E;
}
</style>
background-color css
<style>
a { background-color: #9A1F2E; }
a { background-color: rgb(154,31,46); }
div.DivClassName
{
background-color: #9A1F2E;
}
.BgClassName
{
background-color: #9A1F2E;
}
</style>
border-color css
<style>
span { border-color: #9A1F2E; }
span { border-color: rgb(154,31,46); }
td.TdClassName
{
border-color: #9A1F2E;
}
.TagClassName
{
border-color: #9A1F2E;
}
</style>