Shades of Bright Red #980F34
Tints of Bright Red #980F34
RGB
CMYK
RGB Variations
Color information
#980F34 (or 0x980F34) is known color: Bright Red. HEX triplet: 98, 0F and 34. RGB value is (152,15,52). Sum of RGB (Red+Green+Blue) = 152+15+52=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #980F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F34 is #67F0CB. Grayscale: #3C3C3C. Windows color (decimal): -6811852 or 3411864. OLE color: 3411864.
HSL color Cylindrical-coordinate representation of color #980F34: hue angle of 343.8º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F34 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 52 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.40 |
| HSL | 343.8º | 0.82% | 0.33% | - |
| HSV(B) | 343.8º | 0.9% | 0.6% | - |
| XYZ | 13.74 | 7.26 | 3.93 | - |
| YUV | 60.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 52 | 0 | 0.90 | 0.66 | 0.40 | 343.8 | 0.82 | 0.33 |
| Hex | 98 | F | 34 | 0 | 5A | 42 | 28 | 158 | 52 | 21 |
| Octal | 230 | 17 | 64 | 0 | 132 | 102 | 50 | 530 | 122 | 41 |
| Binary | 10011000 | 1111 | 110100 | 0 | 1011010 | 1000010 | 101000 | 101011000 | 1010010 | 100001 |
Color Harmonies of #980F34
Complementary color
Monochromatic Colors of #980F34
Black with #980F34
Text Example
Text Example
White with #980F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F34; }
p { color: rgb(152,15,52); }
H1.HeaderClassName
{
color: #980F34;
}
.AnyTagClassName
{
color: #980F34;
}
</style>
background-color css
<style>
a { background-color: #980F34; }
a { background-color: rgb(152,15,52); }
div.DivClassName
{
background-color: #980F34;
}
.BgClassName
{
background-color: #980F34;
}
</style>
border-color css
<style>
span { border-color: #980F34; }
span { border-color: rgb(152,15,52); }
td.TdClassName
{
border-color: #980F34;
}
.TagClassName
{
border-color: #980F34;
}
</style>