Shades of Bright Red #98182C
Tints of Bright Red #98182C
RGB
CMYK
RGB Variations
Color information
#98182C (or 0x98182C) is known color: Bright Red. HEX triplet: 98, 18 and 2C. RGB value is (152,24,44). Sum of RGB (Red+Green+Blue) = 152+24+44=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98182C is #67E7D3. Grayscale: #404040. Windows color (decimal): -6809556 or 2889880. OLE color: 2889880.
HSL color Cylindrical-coordinate representation of color #98182C: hue angle of 350.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98182C is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 44 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.40 |
| HSL | 350.63º | 0.73% | 0.35% | - |
| HSV(B) | 350.63º | 0.84% | 0.6% | - |
| XYZ | 13.73 | 7.51 | 3.11 | - |
| YUV | 64.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 44 | 0 | 0.84 | 0.71 | 0.40 | 350.63 | 0.73 | 0.35 |
| Hex | 98 | 18 | 2C | 0 | 54 | 47 | 28 | 15F | 49 | 23 |
| Octal | 230 | 30 | 54 | 0 | 124 | 107 | 50 | 537 | 111 | 43 |
| Binary | 10011000 | 11000 | 101100 | 0 | 1010100 | 1000111 | 101000 | 101011111 | 1001001 | 100011 |
Color Harmonies of #98182C
Complementary color
Monochromatic Colors of #98182C
Black with #98182C
Text Example
Text Example
White with #98182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98182C; }
p { color: rgb(152,24,44); }
H1.HeaderClassName
{
color: #98182C;
}
.AnyTagClassName
{
color: #98182C;
}
</style>
background-color css
<style>
a { background-color: #98182C; }
a { background-color: rgb(152,24,44); }
div.DivClassName
{
background-color: #98182C;
}
.BgClassName
{
background-color: #98182C;
}
</style>
border-color css
<style>
span { border-color: #98182C; }
span { border-color: rgb(152,24,44); }
td.TdClassName
{
border-color: #98182C;
}
.TagClassName
{
border-color: #98182C;
}
</style>