Shades of Dark Red #98100F
Tints of Dark Red #98100F
RGB
CMYK
RGB Variations
Color information
#98100F (or 0x98100F) is known color: Dark Red. HEX triplet: 98, 10 and 0F. RGB value is (152,16,15). Sum of RGB (Red+Green+Blue) = 152+16+15=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #98100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98100F is #67EFF0. Grayscale: #383838. Windows color (decimal): -6811633 or 987288. OLE color: 987288.
HSL color Cylindrical-coordinate representation of color #98100F: hue angle of 0.44º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98100F is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 15 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.40 |
| HSL | 0.44º | 0.82% | 0.33% | - |
| HSV(B) | 0.44º | 0.9% | 0.6% | - |
| XYZ | 13.22 | 7.08 | 1.12 | - |
| YUV | 56.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 15 | 0 | 0.89 | 0.90 | 0.40 | 0.44 | 0.82 | 0.33 |
| Hex | 98 | 10 | F | 0 | 59 | 5A | 28 | 0 | 52 | 21 |
| Octal | 230 | 20 | 17 | 0 | 131 | 132 | 50 | 0 | 122 | 41 |
| Binary | 10011000 | 10000 | 1111 | 0 | 1011001 | 1011010 | 101000 | 0 | 1010010 | 100001 |
Color Harmonies of #98100F
Complementary color
Monochromatic Colors of #98100F
Black with #98100F
Text Example
Text Example
White with #98100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98100F; }
p { color: rgb(152,16,15); }
H1.HeaderClassName
{
color: #98100F;
}
.AnyTagClassName
{
color: #98100F;
}
</style>
background-color css
<style>
a { background-color: #98100F; }
a { background-color: rgb(152,16,15); }
div.DivClassName
{
background-color: #98100F;
}
.BgClassName
{
background-color: #98100F;
}
</style>
border-color css
<style>
span { border-color: #98100F; }
span { border-color: rgb(152,16,15); }
td.TdClassName
{
border-color: #98100F;
}
.TagClassName
{
border-color: #98100F;
}
</style>