Shades of Bright Red #942130
Tints of Bright Red #942130
RGB
CMYK
RGB Variations
Color information
#942130 (or 0x942130) is known color: Bright Red. HEX triplet: 94, 21 and 30. RGB value is (148,33,48). Sum of RGB (Red+Green+Blue) = 148+33+48=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #942130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942130 is #6BDECF. Grayscale: #454545. Windows color (decimal): -7069392 or 3154324. OLE color: 3154324.
HSL color Cylindrical-coordinate representation of color #942130: hue angle of 352.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942130 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 48 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.42 |
| HSL | 352.17º | 0.64% | 0.35% | - |
| HSV(B) | 352.17º | 0.78% | 0.58% | - |
| XYZ | 13.29 | 7.6 | 3.56 | - |
| YUV | 69.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 48 | 0 | 0.78 | 0.68 | 0.42 | 352.17 | 0.64 | 0.35 |
| Hex | 94 | 21 | 30 | 0 | 4E | 44 | 2A | 160 | 40 | 23 |
| Octal | 224 | 41 | 60 | 0 | 116 | 104 | 52 | 540 | 100 | 43 |
| Binary | 10010100 | 100001 | 110000 | 0 | 1001110 | 1000100 | 101010 | 101100000 | 1000000 | 100011 |
Color Harmonies of #942130
Complementary color
Monochromatic Colors of #942130
Black with #942130
Text Example
Text Example
White with #942130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942130; }
p { color: rgb(148,33,48); }
H1.HeaderClassName
{
color: #942130;
}
.AnyTagClassName
{
color: #942130;
}
</style>
background-color css
<style>
a { background-color: #942130; }
a { background-color: rgb(148,33,48); }
div.DivClassName
{
background-color: #942130;
}
.BgClassName
{
background-color: #942130;
}
</style>
border-color css
<style>
span { border-color: #942130; }
span { border-color: rgb(148,33,48); }
td.TdClassName
{
border-color: #942130;
}
.TagClassName
{
border-color: #942130;
}
</style>