Shades of Bright Red #942A2E
Tints of Bright Red #942A2E
RGB
CMYK
RGB Variations
Color information
#942A2E (or 0x942A2E) is known color: Bright Red. HEX triplet: 94, 2A and 2E. RGB value is (148,42,46). Sum of RGB (Red+Green+Blue) = 148+42+46=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #942A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A2E is #6BD5D1. Grayscale: #4A4A4A. Windows color (decimal): -7067090 or 3025556. OLE color: 3025556.
HSL color Cylindrical-coordinate representation of color #942A2E: hue angle of 357.74º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942A2E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 46 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.42 |
| HSL | 357.74º | 0.56% | 0.37% | - |
| HSV(B) | 357.74º | 0.72% | 0.58% | - |
| XYZ | 13.53 | 8.15 | 3.44 | - |
| YUV | 74.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 46 | 0 | 0.72 | 0.69 | 0.42 | 357.74 | 0.56 | 0.37 |
| Hex | 94 | 2A | 2E | 0 | 48 | 45 | 2A | 166 | 38 | 25 |
| Octal | 224 | 52 | 56 | 0 | 110 | 105 | 52 | 546 | 70 | 45 |
| Binary | 10010100 | 101010 | 101110 | 0 | 1001000 | 1000101 | 101010 | 101100110 | 111000 | 100101 |
Color Harmonies of #942A2E
Complementary color
Monochromatic Colors of #942A2E
Black with #942A2E
Text Example
Text Example
White with #942A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A2E; }
p { color: rgb(148,42,46); }
H1.HeaderClassName
{
color: #942A2E;
}
.AnyTagClassName
{
color: #942A2E;
}
</style>
background-color css
<style>
a { background-color: #942A2E; }
a { background-color: rgb(148,42,46); }
div.DivClassName
{
background-color: #942A2E;
}
.BgClassName
{
background-color: #942A2E;
}
</style>
border-color css
<style>
span { border-color: #942A2E; }
span { border-color: rgb(148,42,46); }
td.TdClassName
{
border-color: #942A2E;
}
.TagClassName
{
border-color: #942A2E;
}
</style>