Shades of Bright Red #98283E
Tints of Bright Red #98283E
RGB
CMYK
RGB Variations
Color information
#98283E (or 0x98283E) is known color: Bright Red. HEX triplet: 98, 28 and 3E. RGB value is (152,40,62). Sum of RGB (Red+Green+Blue) = 152+40+62=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #98283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98283E is #67D7C1. Grayscale: #4C4C4C. Windows color (decimal): -6805442 or 4073624. OLE color: 4073624.
HSL color Cylindrical-coordinate representation of color #98283E: hue angle of 348.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98283E is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 62 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.40 |
| HSL | 348.21º | 0.58% | 0.38% | - |
| HSV(B) | 348.21º | 0.74% | 0.6% | - |
| XYZ | 14.58 | 8.54 | 5.44 | - |
| YUV | 76 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 62 | 0 | 0.74 | 0.59 | 0.40 | 348.21 | 0.58 | 0.38 |
| Hex | 98 | 28 | 3E | 0 | 4A | 3B | 28 | 15C | 3A | 26 |
| Octal | 230 | 50 | 76 | 0 | 112 | 73 | 50 | 534 | 72 | 46 |
| Binary | 10011000 | 101000 | 111110 | 0 | 1001010 | 111011 | 101000 | 101011100 | 111010 | 100110 |
Color Harmonies of #98283E
Complementary color
Monochromatic Colors of #98283E
Black with #98283E
Text Example
Text Example
White with #98283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98283E; }
p { color: rgb(152,40,62); }
H1.HeaderClassName
{
color: #98283E;
}
.AnyTagClassName
{
color: #98283E;
}
</style>
background-color css
<style>
a { background-color: #98283E; }
a { background-color: rgb(152,40,62); }
div.DivClassName
{
background-color: #98283E;
}
.BgClassName
{
background-color: #98283E;
}
</style>
border-color css
<style>
span { border-color: #98283E; }
span { border-color: rgb(152,40,62); }
td.TdClassName
{
border-color: #98283E;
}
.TagClassName
{
border-color: #98283E;
}
</style>