Shades of Bright Red #942830
Tints of Bright Red #942830
RGB
CMYK
RGB Variations
Color information
#942830 (or 0x942830) is known color: Bright Red. HEX triplet: 94, 28 and 30. RGB value is (148,40,48). Sum of RGB (Red+Green+Blue) = 148+40+48=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #942830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942830 is #6BD7CF. Grayscale: #494949. Windows color (decimal): -7067600 or 3156116. OLE color: 3156116.
HSL color Cylindrical-coordinate representation of color #942830: hue angle of 355.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942830 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 48 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.42 |
| HSL | 355.56º | 0.57% | 0.37% | - |
| HSV(B) | 355.56º | 0.73% | 0.58% | - |
| XYZ | 13.51 | 8.03 | 3.63 | - |
| YUV | 73.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 48 | 0 | 0.73 | 0.68 | 0.42 | 355.56 | 0.57 | 0.37 |
| Hex | 94 | 28 | 30 | 0 | 49 | 44 | 2A | 164 | 39 | 25 |
| Octal | 224 | 50 | 60 | 0 | 111 | 104 | 52 | 544 | 71 | 45 |
| Binary | 10010100 | 101000 | 110000 | 0 | 1001001 | 1000100 | 101010 | 101100100 | 111001 | 100101 |
Color Harmonies of #942830
Complementary color
Monochromatic Colors of #942830
Black with #942830
Text Example
Text Example
White with #942830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942830; }
p { color: rgb(148,40,48); }
H1.HeaderClassName
{
color: #942830;
}
.AnyTagClassName
{
color: #942830;
}
</style>
background-color css
<style>
a { background-color: #942830; }
a { background-color: rgb(148,40,48); }
div.DivClassName
{
background-color: #942830;
}
.BgClassName
{
background-color: #942830;
}
</style>
border-color css
<style>
span { border-color: #942830; }
span { border-color: rgb(148,40,48); }
td.TdClassName
{
border-color: #942830;
}
.TagClassName
{
border-color: #942830;
}
</style>