Shades of Bright Red #98273A
Tints of Bright Red #98273A
RGB
CMYK
RGB Variations
Color information
#98273A (or 0x98273A) is known color: Bright Red. HEX triplet: 98, 27 and 3A. RGB value is (152,39,58). Sum of RGB (Red+Green+Blue) = 152+39+58=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98273A is #67D8C5. Grayscale: #4A4A4A. Windows color (decimal): -6805702 or 3811224. OLE color: 3811224.
HSL color Cylindrical-coordinate representation of color #98273A: hue angle of 349.91º 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 #98273A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 58 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.40 |
| HSL | 349.91º | 0.59% | 0.37% | - |
| HSV(B) | 349.91º | 0.74% | 0.6% | - |
| XYZ | 14.44 | 8.43 | 4.87 | - |
| YUV | 74.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 58 | 0 | 0.74 | 0.62 | 0.40 | 349.91 | 0.59 | 0.37 |
| Hex | 98 | 27 | 3A | 0 | 4A | 3E | 28 | 15E | 3B | 25 |
| Octal | 230 | 47 | 72 | 0 | 112 | 76 | 50 | 536 | 73 | 45 |
| Binary | 10011000 | 100111 | 111010 | 0 | 1001010 | 111110 | 101000 | 101011110 | 111011 | 100101 |
Color Harmonies of #98273A
Complementary color
Monochromatic Colors of #98273A
Black with #98273A
Text Example
Text Example
White with #98273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98273A; }
p { color: rgb(152,39,58); }
H1.HeaderClassName
{
color: #98273A;
}
.AnyTagClassName
{
color: #98273A;
}
</style>
background-color css
<style>
a { background-color: #98273A; }
a { background-color: rgb(152,39,58); }
div.DivClassName
{
background-color: #98273A;
}
.BgClassName
{
background-color: #98273A;
}
</style>
border-color css
<style>
span { border-color: #98273A; }
span { border-color: rgb(152,39,58); }
td.TdClassName
{
border-color: #98273A;
}
.TagClassName
{
border-color: #98273A;
}
</style>