Shades of Bright Red #942A39
Tints of Bright Red #942A39
RGB
CMYK
RGB Variations
Color information
#942A39 (or 0x942A39) is known color: Bright Red. HEX triplet: 94, 2A and 39. RGB value is (148,42,57). Sum of RGB (Red+Green+Blue) = 148+42+57=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #942A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A39 is #6BD5C6. Grayscale: #4B4B4B. Windows color (decimal): -7067079 or 3746452. OLE color: 3746452.
HSL color Cylindrical-coordinate representation of color #942A39: hue angle of 351.51º 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 #942A39 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 57 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.42 |
| HSL | 351.51º | 0.56% | 0.37% | - |
| HSV(B) | 351.51º | 0.72% | 0.58% | - |
| XYZ | 13.78 | 8.25 | 4.74 | - |
| YUV | 75.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 57 | 0 | 0.72 | 0.61 | 0.42 | 351.51 | 0.56 | 0.37 |
| Hex | 94 | 2A | 39 | 0 | 48 | 3D | 2A | 160 | 38 | 25 |
| Octal | 224 | 52 | 71 | 0 | 110 | 75 | 52 | 540 | 70 | 45 |
| Binary | 10010100 | 101010 | 111001 | 0 | 1001000 | 111101 | 101010 | 101100000 | 111000 | 100101 |
Color Harmonies of #942A39
Complementary color
Monochromatic Colors of #942A39
Black with #942A39
Text Example
Text Example
White with #942A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A39; }
p { color: rgb(148,42,57); }
H1.HeaderClassName
{
color: #942A39;
}
.AnyTagClassName
{
color: #942A39;
}
</style>
background-color css
<style>
a { background-color: #942A39; }
a { background-color: rgb(148,42,57); }
div.DivClassName
{
background-color: #942A39;
}
.BgClassName
{
background-color: #942A39;
}
</style>
border-color css
<style>
span { border-color: #942A39; }
span { border-color: rgb(148,42,57); }
td.TdClassName
{
border-color: #942A39;
}
.TagClassName
{
border-color: #942A39;
}
</style>