Shades of Bright Red #942438
Tints of Bright Red #942438
RGB
CMYK
RGB Variations
Color information
#942438 (or 0x942438) is known color: Bright Red. HEX triplet: 94, 24 and 38. RGB value is (148,36,56). Sum of RGB (Red+Green+Blue) = 148+36+56=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #942438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942438 is #6BDBC7. Grayscale: #474747. Windows color (decimal): -7068616 or 3679380. OLE color: 3679380.
HSL color Cylindrical-coordinate representation of color #942438: hue angle of 349.29º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942438 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 56 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.42 |
| HSL | 349.29º | 0.61% | 0.36% | - |
| HSV(B) | 349.29º | 0.76% | 0.58% | - |
| XYZ | 13.56 | 7.84 | 4.54 | - |
| YUV | 71.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 56 | 0 | 0.76 | 0.62 | 0.42 | 349.29 | 0.61 | 0.36 |
| Hex | 94 | 24 | 38 | 0 | 4C | 3E | 2A | 15D | 3D | 24 |
| Octal | 224 | 44 | 70 | 0 | 114 | 76 | 52 | 535 | 75 | 44 |
| Binary | 10010100 | 100100 | 111000 | 0 | 1001100 | 111110 | 101010 | 101011101 | 111101 | 100100 |
Color Harmonies of #942438
Complementary color
Monochromatic Colors of #942438
Black with #942438
Text Example
Text Example
White with #942438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942438; }
p { color: rgb(148,36,56); }
H1.HeaderClassName
{
color: #942438;
}
.AnyTagClassName
{
color: #942438;
}
</style>
background-color css
<style>
a { background-color: #942438; }
a { background-color: rgb(148,36,56); }
div.DivClassName
{
background-color: #942438;
}
.BgClassName
{
background-color: #942438;
}
</style>
border-color css
<style>
span { border-color: #942438; }
span { border-color: rgb(148,36,56); }
td.TdClassName
{
border-color: #942438;
}
.TagClassName
{
border-color: #942438;
}
</style>