Shades of Bright Red #9A1F2D
Tints of Bright Red #9A1F2D
RGB
CMYK
RGB Variations
Color information
#9A1F2D (or 0x9A1F2D) is known color: Bright Red. HEX triplet: 9A, 1F and 2D. RGB value is (154,31,45). Sum of RGB (Red+Green+Blue) = 154+31+45=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1F2D is #65E0D2. Grayscale: #454545. Windows color (decimal): -6676691 or 2957210. OLE color: 2957210.
HSL color Cylindrical-coordinate representation of color #9A1F2D: hue angle of 353.17º 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 #9A1F2D is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 45 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.40 |
| HSL | 353.17º | 0.66% | 0.36% | - |
| HSV(B) | 353.17º | 0.8% | 0.6% | - |
| XYZ | 14.29 | 8.04 | 3.28 | - |
| YUV | 69.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 45 | 0 | 0.80 | 0.71 | 0.40 | 353.17 | 0.66 | 0.36 |
| Hex | 9A | 1F | 2D | 0 | 50 | 47 | 28 | 161 | 42 | 24 |
| Octal | 232 | 37 | 55 | 0 | 120 | 107 | 50 | 541 | 102 | 44 |
| Binary | 10011010 | 11111 | 101101 | 0 | 1010000 | 1000111 | 101000 | 101100001 | 1000010 | 100100 |
Color Harmonies of #9A1F2D
Complementary color
Monochromatic Colors of #9A1F2D
Black with #9A1F2D
Text Example
Text Example
White with #9A1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F2D; }
p { color: rgb(154,31,45); }
H1.HeaderClassName
{
color: #9A1F2D;
}
.AnyTagClassName
{
color: #9A1F2D;
}
</style>
background-color css
<style>
a { background-color: #9A1F2D; }
a { background-color: rgb(154,31,45); }
div.DivClassName
{
background-color: #9A1F2D;
}
.BgClassName
{
background-color: #9A1F2D;
}
</style>
border-color css
<style>
span { border-color: #9A1F2D; }
span { border-color: rgb(154,31,45); }
td.TdClassName
{
border-color: #9A1F2D;
}
.TagClassName
{
border-color: #9A1F2D;
}
</style>