Shades of Bright Red #942A32
Tints of Bright Red #942A32
RGB
CMYK
RGB Variations
Color information
#942A32 (or 0x942A32) is known color: Bright Red. HEX triplet: 94, 2A and 32. RGB value is (148,42,50). Sum of RGB (Red+Green+Blue) = 148+42+50=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #942A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A32 is #6BD5CD. Grayscale: #4A4A4A. Windows color (decimal): -7067086 or 3287700. OLE color: 3287700.
HSL color Cylindrical-coordinate representation of color #942A32: hue angle of 355.47º 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 #942A32 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 50 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.42 |
| HSL | 355.47º | 0.56% | 0.37% | - |
| HSV(B) | 355.47º | 0.72% | 0.58% | - |
| XYZ | 13.62 | 8.18 | 3.88 | - |
| YUV | 74.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 50 | 0 | 0.72 | 0.66 | 0.42 | 355.47 | 0.56 | 0.37 |
| Hex | 94 | 2A | 32 | 0 | 48 | 42 | 2A | 163 | 38 | 25 |
| Octal | 224 | 52 | 62 | 0 | 110 | 102 | 52 | 543 | 70 | 45 |
| Binary | 10010100 | 101010 | 110010 | 0 | 1001000 | 1000010 | 101010 | 101100011 | 111000 | 100101 |
Color Harmonies of #942A32
Complementary color
Monochromatic Colors of #942A32
Black with #942A32
Text Example
Text Example
White with #942A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A32; }
p { color: rgb(148,42,50); }
H1.HeaderClassName
{
color: #942A32;
}
.AnyTagClassName
{
color: #942A32;
}
</style>
background-color css
<style>
a { background-color: #942A32; }
a { background-color: rgb(148,42,50); }
div.DivClassName
{
background-color: #942A32;
}
.BgClassName
{
background-color: #942A32;
}
</style>
border-color css
<style>
span { border-color: #942A32; }
span { border-color: rgb(148,42,50); }
td.TdClassName
{
border-color: #942A32;
}
.TagClassName
{
border-color: #942A32;
}
</style>