Shades of Bright Red #9A1D37
Tints of Bright Red #9A1D37
RGB
CMYK
RGB Variations
Color information
#9A1D37 (or 0x9A1D37) is known color: Bright Red. HEX triplet: 9A, 1D and 37. RGB value is (154,29,55). Sum of RGB (Red+Green+Blue) = 154+29+55=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1D37 is #65E2C8. Grayscale: #454545. Windows color (decimal): -6677193 or 3612058. OLE color: 3612058.
HSL color Cylindrical-coordinate representation of color #9A1D37: hue angle of 347.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D37 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 55 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.40 |
| HSL | 347.52º | 0.68% | 0.36% | - |
| HSV(B) | 347.52º | 0.81% | 0.6% | - |
| XYZ | 14.46 | 8.02 | 4.4 | - |
| YUV | 69.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 55 | 0 | 0.81 | 0.64 | 0.40 | 347.52 | 0.68 | 0.36 |
| Hex | 9A | 1D | 37 | 0 | 51 | 40 | 28 | 15C | 44 | 24 |
| Octal | 232 | 35 | 67 | 0 | 121 | 100 | 50 | 534 | 104 | 44 |
| Binary | 10011010 | 11101 | 110111 | 0 | 1010001 | 1000000 | 101000 | 101011100 | 1000100 | 100100 |
Color Harmonies of #9A1D37
Complementary color
Monochromatic Colors of #9A1D37
Black with #9A1D37
Text Example
Text Example
White with #9A1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D37; }
p { color: rgb(154,29,55); }
H1.HeaderClassName
{
color: #9A1D37;
}
.AnyTagClassName
{
color: #9A1D37;
}
</style>
background-color css
<style>
a { background-color: #9A1D37; }
a { background-color: rgb(154,29,55); }
div.DivClassName
{
background-color: #9A1D37;
}
.BgClassName
{
background-color: #9A1D37;
}
</style>
border-color css
<style>
span { border-color: #9A1D37; }
span { border-color: rgb(154,29,55); }
td.TdClassName
{
border-color: #9A1D37;
}
.TagClassName
{
border-color: #9A1D37;
}
</style>