Shades of Bright Red #98263D
Tints of Bright Red #98263D
RGB
CMYK
RGB Variations
Color information
#98263D (or 0x98263D) is known color: Bright Red. HEX triplet: 98, 26 and 3D. RGB value is (152,38,61). Sum of RGB (Red+Green+Blue) = 152+38+61=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98263D is #67D9C2. Grayscale: #4A4A4A. Windows color (decimal): -6805955 or 4007576. OLE color: 4007576.
HSL color Cylindrical-coordinate representation of color #98263D: hue angle of 347.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98263D is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 61 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.40 |
| HSL | 347.89º | 0.6% | 0.37% | - |
| HSV(B) | 347.89º | 0.75% | 0.6% | - |
| XYZ | 14.48 | 8.4 | 5.27 | - |
| YUV | 74.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 61 | 0 | 0.75 | 0.60 | 0.40 | 347.89 | 0.6 | 0.37 |
| Hex | 98 | 26 | 3D | 0 | 4B | 3C | 28 | 15C | 3C | 25 |
| Octal | 230 | 46 | 75 | 0 | 113 | 74 | 50 | 534 | 74 | 45 |
| Binary | 10011000 | 100110 | 111101 | 0 | 1001011 | 111100 | 101000 | 101011100 | 111100 | 100101 |
Color Harmonies of #98263D
Complementary color
Monochromatic Colors of #98263D
Black with #98263D
Text Example
Text Example
White with #98263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98263D; }
p { color: rgb(152,38,61); }
H1.HeaderClassName
{
color: #98263D;
}
.AnyTagClassName
{
color: #98263D;
}
</style>
background-color css
<style>
a { background-color: #98263D; }
a { background-color: rgb(152,38,61); }
div.DivClassName
{
background-color: #98263D;
}
.BgClassName
{
background-color: #98263D;
}
</style>
border-color css
<style>
span { border-color: #98263D; }
span { border-color: rgb(152,38,61); }
td.TdClassName
{
border-color: #98263D;
}
.TagClassName
{
border-color: #98263D;
}
</style>