Shades of Bright Red #98242F
Tints of Bright Red #98242F
RGB
CMYK
RGB Variations
Color information
#98242F (or 0x98242F) is known color: Bright Red. HEX triplet: 98, 24 and 2F. RGB value is (152,36,47). Sum of RGB (Red+Green+Blue) = 152+36+47=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #98242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98242F is #67DBD0. Grayscale: #484848. Windows color (decimal): -6806481 or 3089560. OLE color: 3089560.
HSL color Cylindrical-coordinate representation of color #98242F: hue angle of 354.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98242F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 47 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.40 |
| HSL | 354.31º | 0.62% | 0.37% | - |
| HSV(B) | 354.31º | 0.76% | 0.6% | - |
| XYZ | 14.09 | 8.14 | 3.52 | - |
| YUV | 71.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 47 | 0 | 0.76 | 0.69 | 0.40 | 354.31 | 0.62 | 0.37 |
| Hex | 98 | 24 | 2F | 0 | 4C | 45 | 28 | 162 | 3E | 25 |
| Octal | 230 | 44 | 57 | 0 | 114 | 105 | 50 | 542 | 76 | 45 |
| Binary | 10011000 | 100100 | 101111 | 0 | 1001100 | 1000101 | 101000 | 101100010 | 111110 | 100101 |
Color Harmonies of #98242F
Complementary color
Monochromatic Colors of #98242F
Black with #98242F
Text Example
Text Example
White with #98242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98242F; }
p { color: rgb(152,36,47); }
H1.HeaderClassName
{
color: #98242F;
}
.AnyTagClassName
{
color: #98242F;
}
</style>
background-color css
<style>
a { background-color: #98242F; }
a { background-color: rgb(152,36,47); }
div.DivClassName
{
background-color: #98242F;
}
.BgClassName
{
background-color: #98242F;
}
</style>
border-color css
<style>
span { border-color: #98242F; }
span { border-color: rgb(152,36,47); }
td.TdClassName
{
border-color: #98242F;
}
.TagClassName
{
border-color: #98242F;
}
</style>