Shades of Bright Red #94191D
Tints of Bright Red #94191D
RGB
CMYK
RGB Variations
Color information
#94191D (or 0x94191D) is known color: Bright Red. HEX triplet: 94, 19 and 1D. RGB value is (148,25,29). Sum of RGB (Red+Green+Blue) = 148+25+29=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #94191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94191D is #6BE6E2. Grayscale: #3E3E3E. Windows color (decimal): -7071459 or 1907092. OLE color: 1907092.
HSL color Cylindrical-coordinate representation of color #94191D: hue angle of 358.05º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94191D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 29 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.42 |
| HSL | 358.05º | 0.71% | 0.34% | - |
| HSV(B) | 358.05º | 0.83% | 0.58% | - |
| XYZ | 12.78 | 7.08 | 1.86 | - |
| YUV | 62.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 29 | 0 | 0.83 | 0.80 | 0.42 | 358.05 | 0.71 | 0.34 |
| Hex | 94 | 19 | 1D | 0 | 53 | 50 | 2A | 166 | 47 | 22 |
| Octal | 224 | 31 | 35 | 0 | 123 | 120 | 52 | 546 | 107 | 42 |
| Binary | 10010100 | 11001 | 11101 | 0 | 1010011 | 1010000 | 101010 | 101100110 | 1000111 | 100010 |
Color Harmonies of #94191D
Complementary color
Monochromatic Colors of #94191D
Black with #94191D
Text Example
Text Example
White with #94191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94191D; }
p { color: rgb(148,25,29); }
H1.HeaderClassName
{
color: #94191D;
}
.AnyTagClassName
{
color: #94191D;
}
</style>
background-color css
<style>
a { background-color: #94191D; }
a { background-color: rgb(148,25,29); }
div.DivClassName
{
background-color: #94191D;
}
.BgClassName
{
background-color: #94191D;
}
</style>
border-color css
<style>
span { border-color: #94191D; }
span { border-color: rgb(148,25,29); }
td.TdClassName
{
border-color: #94191D;
}
.TagClassName
{
border-color: #94191D;
}
</style>