Shades of Bright Red #942A34
Tints of Bright Red #942A34
RGB
CMYK
RGB Variations
Color information
#942A34 (or 0x942A34) is known color: Bright Red. HEX triplet: 94, 2A and 34. RGB value is (148,42,52). Sum of RGB (Red+Green+Blue) = 148+42+52=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #942A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A34 is #6BD5CB. Grayscale: #4A4A4A. Windows color (decimal): -7067084 or 3418772. OLE color: 3418772.
HSL color Cylindrical-coordinate representation of color #942A34: hue angle of 354.34º 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 #942A34 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 52 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.42 |
| HSL | 354.34º | 0.56% | 0.37% | - |
| HSV(B) | 354.34º | 0.72% | 0.58% | - |
| XYZ | 13.66 | 8.2 | 4.11 | - |
| YUV | 74.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 52 | 0 | 0.72 | 0.65 | 0.42 | 354.34 | 0.56 | 0.37 |
| Hex | 94 | 2A | 34 | 0 | 48 | 41 | 2A | 162 | 38 | 25 |
| Octal | 224 | 52 | 64 | 0 | 110 | 101 | 52 | 542 | 70 | 45 |
| Binary | 10010100 | 101010 | 110100 | 0 | 1001000 | 1000001 | 101010 | 101100010 | 111000 | 100101 |
Color Harmonies of #942A34
Complementary color
Monochromatic Colors of #942A34
Black with #942A34
Text Example
Text Example
White with #942A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A34; }
p { color: rgb(148,42,52); }
H1.HeaderClassName
{
color: #942A34;
}
.AnyTagClassName
{
color: #942A34;
}
</style>
background-color css
<style>
a { background-color: #942A34; }
a { background-color: rgb(148,42,52); }
div.DivClassName
{
background-color: #942A34;
}
.BgClassName
{
background-color: #942A34;
}
</style>
border-color css
<style>
span { border-color: #942A34; }
span { border-color: rgb(148,42,52); }
td.TdClassName
{
border-color: #942A34;
}
.TagClassName
{
border-color: #942A34;
}
</style>