Shades of Bright Red #942B31
Tints of Bright Red #942B31
RGB
CMYK
RGB Variations
Color information
#942B31 (or 0x942B31) is known color: Bright Red. HEX triplet: 94, 2B and 31. RGB value is (148,43,49). Sum of RGB (Red+Green+Blue) = 148+43+49=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #942B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B31 is #6BD4CE. Grayscale: #4B4B4B. Windows color (decimal): -7066831 or 3222420. OLE color: 3222420.
HSL color Cylindrical-coordinate representation of color #942B31: hue angle of 356.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B31 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 49 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.42 |
| HSL | 356.57º | 0.55% | 0.37% | - |
| HSV(B) | 356.57º | 0.71% | 0.58% | - |
| XYZ | 13.63 | 8.25 | 3.78 | - |
| YUV | 75.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 49 | 0 | 0.71 | 0.67 | 0.42 | 356.57 | 0.55 | 0.37 |
| Hex | 94 | 2B | 31 | 0 | 47 | 43 | 2A | 165 | 37 | 25 |
| Octal | 224 | 53 | 61 | 0 | 107 | 103 | 52 | 545 | 67 | 45 |
| Binary | 10010100 | 101011 | 110001 | 0 | 1000111 | 1000011 | 101010 | 101100101 | 110111 | 100101 |
Color Harmonies of #942B31
Complementary color
Monochromatic Colors of #942B31
Black with #942B31
Text Example
Text Example
White with #942B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B31; }
p { color: rgb(148,43,49); }
H1.HeaderClassName
{
color: #942B31;
}
.AnyTagClassName
{
color: #942B31;
}
</style>
background-color css
<style>
a { background-color: #942B31; }
a { background-color: rgb(148,43,49); }
div.DivClassName
{
background-color: #942B31;
}
.BgClassName
{
background-color: #942B31;
}
</style>
border-color css
<style>
span { border-color: #942B31; }
span { border-color: rgb(148,43,49); }
td.TdClassName
{
border-color: #942B31;
}
.TagClassName
{
border-color: #942B31;
}
</style>