Shades of Bright Red #982933
Tints of Bright Red #982933
RGB
CMYK
RGB Variations
Color information
#982933 (or 0x982933) is known color: Bright Red. HEX triplet: 98, 29 and 33. RGB value is (152,41,51). Sum of RGB (Red+Green+Blue) = 152+41+51=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #982933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982933 is #67D6CC. Grayscale: #4B4B4B. Windows color (decimal): -6805197 or 3352984. OLE color: 3352984.
HSL color Cylindrical-coordinate representation of color #982933: hue angle of 354.59º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982933 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 51 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.40 |
| HSL | 354.59º | 0.58% | 0.38% | - |
| HSV(B) | 354.59º | 0.73% | 0.6% | - |
| XYZ | 14.34 | 8.5 | 4.02 | - |
| YUV | 75.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 51 | 0 | 0.73 | 0.66 | 0.40 | 354.59 | 0.58 | 0.38 |
| Hex | 98 | 29 | 33 | 0 | 49 | 42 | 28 | 163 | 3A | 26 |
| Octal | 230 | 51 | 63 | 0 | 111 | 102 | 50 | 543 | 72 | 46 |
| Binary | 10011000 | 101001 | 110011 | 0 | 1001001 | 1000010 | 101000 | 101100011 | 111010 | 100110 |
Color Harmonies of #982933
Complementary color
Monochromatic Colors of #982933
Black with #982933
Text Example
Text Example
White with #982933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982933; }
p { color: rgb(152,41,51); }
H1.HeaderClassName
{
color: #982933;
}
.AnyTagClassName
{
color: #982933;
}
</style>
background-color css
<style>
a { background-color: #982933; }
a { background-color: rgb(152,41,51); }
div.DivClassName
{
background-color: #982933;
}
.BgClassName
{
background-color: #982933;
}
</style>
border-color css
<style>
span { border-color: #982933; }
span { border-color: rgb(152,41,51); }
td.TdClassName
{
border-color: #982933;
}
.TagClassName
{
border-color: #982933;
}
</style>