Shades of Bright Red #982227
Tints of Bright Red #982227
RGB
CMYK
RGB Variations
Color information
#982227 (or 0x982227) is known color: Bright Red. HEX triplet: 98, 22 and 27. RGB value is (152,34,39). Sum of RGB (Red+Green+Blue) = 152+34+39=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #982227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982227 is #67DDD8. Grayscale: #454545. Windows color (decimal): -6807001 or 2564760. OLE color: 2564760.
HSL color Cylindrical-coordinate representation of color #982227: hue angle of 357.46º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982227 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 39 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.40 |
| HSL | 357.46º | 0.63% | 0.36% | - |
| HSV(B) | 357.46º | 0.78% | 0.6% | - |
| XYZ | 13.89 | 7.97 | 2.73 | - |
| YUV | 69.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 39 | 0 | 0.78 | 0.74 | 0.40 | 357.46 | 0.63 | 0.36 |
| Hex | 98 | 22 | 27 | 0 | 4E | 4A | 28 | 165 | 3F | 24 |
| Octal | 230 | 42 | 47 | 0 | 116 | 112 | 50 | 545 | 77 | 44 |
| Binary | 10011000 | 100010 | 100111 | 0 | 1001110 | 1001010 | 101000 | 101100101 | 111111 | 100100 |
Color Harmonies of #982227
Complementary color
Monochromatic Colors of #982227
Black with #982227
Text Example
Text Example
White with #982227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982227; }
p { color: rgb(152,34,39); }
H1.HeaderClassName
{
color: #982227;
}
.AnyTagClassName
{
color: #982227;
}
</style>
background-color css
<style>
a { background-color: #982227; }
a { background-color: rgb(152,34,39); }
div.DivClassName
{
background-color: #982227;
}
.BgClassName
{
background-color: #982227;
}
</style>
border-color css
<style>
span { border-color: #982227; }
span { border-color: rgb(152,34,39); }
td.TdClassName
{
border-color: #982227;
}
.TagClassName
{
border-color: #982227;
}
</style>