Shades of Bright Red #941A1D
Tints of Bright Red #941A1D
RGB
CMYK
RGB Variations
Color information
#941A1D (or 0x941A1D) is known color: Bright Red. HEX triplet: 94, 1A and 1D. RGB value is (148,26,29). Sum of RGB (Red+Green+Blue) = 148+26+29=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #941A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941A1D is #6BE5E2. Grayscale: #3E3E3E. Windows color (decimal): -7071203 or 1907348. OLE color: 1907348.
HSL color Cylindrical-coordinate representation of color #941A1D: hue angle of 358.52º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941A1D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 29 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.42 |
| HSL | 358.52º | 0.7% | 0.34% | - |
| HSV(B) | 358.52º | 0.82% | 0.58% | - |
| XYZ | 12.8 | 7.12 | 1.86 | - |
| YUV | 62.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 29 | 0 | 0.82 | 0.80 | 0.42 | 358.52 | 0.7 | 0.34 |
| Hex | 94 | 1A | 1D | 0 | 52 | 50 | 2A | 167 | 46 | 22 |
| Octal | 224 | 32 | 35 | 0 | 122 | 120 | 52 | 547 | 106 | 42 |
| Binary | 10010100 | 11010 | 11101 | 0 | 1010010 | 1010000 | 101010 | 101100111 | 1000110 | 100010 |
Color Harmonies of #941A1D
Complementary color
Monochromatic Colors of #941A1D
Black with #941A1D
Text Example
Text Example
White with #941A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A1D; }
p { color: rgb(148,26,29); }
H1.HeaderClassName
{
color: #941A1D;
}
.AnyTagClassName
{
color: #941A1D;
}
</style>
background-color css
<style>
a { background-color: #941A1D; }
a { background-color: rgb(148,26,29); }
div.DivClassName
{
background-color: #941A1D;
}
.BgClassName
{
background-color: #941A1D;
}
</style>
border-color css
<style>
span { border-color: #941A1D; }
span { border-color: rgb(148,26,29); }
td.TdClassName
{
border-color: #941A1D;
}
.TagClassName
{
border-color: #941A1D;
}
</style>