Shades of Bright Red #941429
Tints of Bright Red #941429
RGB
CMYK
RGB Variations
Color information
#941429 (or 0x941429) is known color: Bright Red. HEX triplet: 94, 14 and 29. RGB value is (148,20,41). Sum of RGB (Red+Green+Blue) = 148+20+41=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #941429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941429 is #6BEBD6. Grayscale: #3C3C3C. Windows color (decimal): -7072727 or 2692244. OLE color: 2692244.
HSL color Cylindrical-coordinate representation of color #941429: hue angle of 350.16º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941429 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 41 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.42 |
| HSL | 350.16º | 0.76% | 0.33% | - |
| HSV(B) | 350.16º | 0.86% | 0.58% | - |
| XYZ | 12.86 | 6.96 | 2.76 | - |
| YUV | 60.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 41 | 0 | 0.86 | 0.72 | 0.42 | 350.16 | 0.76 | 0.33 |
| Hex | 94 | 14 | 29 | 0 | 56 | 48 | 2A | 15E | 4C | 21 |
| Octal | 224 | 24 | 51 | 0 | 126 | 110 | 52 | 536 | 114 | 41 |
| Binary | 10010100 | 10100 | 101001 | 0 | 1010110 | 1001000 | 101010 | 101011110 | 1001100 | 100001 |
Color Harmonies of #941429
Complementary color
Monochromatic Colors of #941429
Black with #941429
Text Example
Text Example
White with #941429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941429; }
p { color: rgb(148,20,41); }
H1.HeaderClassName
{
color: #941429;
}
.AnyTagClassName
{
color: #941429;
}
</style>
background-color css
<style>
a { background-color: #941429; }
a { background-color: rgb(148,20,41); }
div.DivClassName
{
background-color: #941429;
}
.BgClassName
{
background-color: #941429;
}
</style>
border-color css
<style>
span { border-color: #941429; }
span { border-color: rgb(148,20,41); }
td.TdClassName
{
border-color: #941429;
}
.TagClassName
{
border-color: #941429;
}
</style>