Shades of Bright Red #98272E
Tints of Bright Red #98272E
RGB
CMYK
RGB Variations
Color information
#98272E (or 0x98272E) is known color: Bright Red. HEX triplet: 98, 27 and 2E. RGB value is (152,39,46). Sum of RGB (Red+Green+Blue) = 152+39+46=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #98272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98272E is #67D8D1. Grayscale: #494949. Windows color (decimal): -6805714 or 3024792. OLE color: 3024792.
HSL color Cylindrical-coordinate representation of color #98272E: hue angle of 356.28º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98272E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 46 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.40 |
| HSL | 356.28º | 0.59% | 0.37% | - |
| HSV(B) | 356.28º | 0.74% | 0.6% | - |
| XYZ | 14.17 | 8.32 | 3.44 | - |
| YUV | 73.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 46 | 0 | 0.74 | 0.70 | 0.40 | 356.28 | 0.59 | 0.37 |
| Hex | 98 | 27 | 2E | 0 | 4A | 46 | 28 | 164 | 3B | 25 |
| Octal | 230 | 47 | 56 | 0 | 112 | 106 | 50 | 544 | 73 | 45 |
| Binary | 10011000 | 100111 | 101110 | 0 | 1001010 | 1000110 | 101000 | 101100100 | 111011 | 100101 |
Color Harmonies of #98272E
Complementary color
Monochromatic Colors of #98272E
Black with #98272E
Text Example
Text Example
White with #98272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98272E; }
p { color: rgb(152,39,46); }
H1.HeaderClassName
{
color: #98272E;
}
.AnyTagClassName
{
color: #98272E;
}
</style>
background-color css
<style>
a { background-color: #98272E; }
a { background-color: rgb(152,39,46); }
div.DivClassName
{
background-color: #98272E;
}
.BgClassName
{
background-color: #98272E;
}
</style>
border-color css
<style>
span { border-color: #98272E; }
span { border-color: rgb(152,39,46); }
td.TdClassName
{
border-color: #98272E;
}
.TagClassName
{
border-color: #98272E;
}
</style>