Shades of Bright Red #94172E
Tints of Bright Red #94172E
RGB
CMYK
RGB Variations
Color information
#94172E (or 0x94172E) is known color: Bright Red. HEX triplet: 94, 17 and 2E. RGB value is (148,23,46). Sum of RGB (Red+Green+Blue) = 148+23+46=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #94172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94172E is #6BE8D1. Grayscale: #3F3F3F. Windows color (decimal): -7071954 or 3020692. OLE color: 3020692.
HSL color Cylindrical-coordinate representation of color #94172E: hue angle of 348.96º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94172E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 23 | 46 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.42 |
| HSL | 348.96º | 0.73% | 0.34% | - |
| HSV(B) | 348.96º | 0.84% | 0.58% | - |
| XYZ | 13.01 | 7.11 | 3.27 | - |
| YUV | 63 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 46 | 0 | 0.84 | 0.69 | 0.42 | 348.96 | 0.73 | 0.34 |
| Hex | 94 | 17 | 2E | 0 | 54 | 45 | 2A | 15D | 49 | 22 |
| Octal | 224 | 27 | 56 | 0 | 124 | 105 | 52 | 535 | 111 | 42 |
| Binary | 10010100 | 10111 | 101110 | 0 | 1010100 | 1000101 | 101010 | 101011101 | 1001001 | 100010 |
Color Harmonies of #94172E
Complementary color
Monochromatic Colors of #94172E
Black with #94172E
Text Example
Text Example
White with #94172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94172E; }
p { color: rgb(148,23,46); }
H1.HeaderClassName
{
color: #94172E;
}
.AnyTagClassName
{
color: #94172E;
}
</style>
background-color css
<style>
a { background-color: #94172E; }
a { background-color: rgb(148,23,46); }
div.DivClassName
{
background-color: #94172E;
}
.BgClassName
{
background-color: #94172E;
}
</style>
border-color css
<style>
span { border-color: #94172E; }
span { border-color: rgb(148,23,46); }
td.TdClassName
{
border-color: #94172E;
}
.TagClassName
{
border-color: #94172E;
}
</style>