Shades of Bright Red #981A30
Tints of Bright Red #981A30
RGB
CMYK
RGB Variations
Color information
#981A30 (or 0x981A30) is known color: Bright Red. HEX triplet: 98, 1A and 30. RGB value is (152,26,48). Sum of RGB (Red+Green+Blue) = 152+26+48=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #981A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A30 is #67E5CF. Grayscale: #424242. Windows color (decimal): -6809040 or 3152536. OLE color: 3152536.
HSL color Cylindrical-coordinate representation of color #981A30: hue angle of 349.52º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A30 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 48 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.40 |
| HSL | 349.52º | 0.71% | 0.35% | - |
| HSV(B) | 349.52º | 0.83% | 0.6% | - |
| XYZ | 13.85 | 7.63 | 3.54 | - |
| YUV | 66.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 48 | 0 | 0.83 | 0.68 | 0.40 | 349.52 | 0.71 | 0.35 |
| Hex | 98 | 1A | 30 | 0 | 53 | 44 | 28 | 15E | 47 | 23 |
| Octal | 230 | 32 | 60 | 0 | 123 | 104 | 50 | 536 | 107 | 43 |
| Binary | 10011000 | 11010 | 110000 | 0 | 1010011 | 1000100 | 101000 | 101011110 | 1000111 | 100011 |
Color Harmonies of #981A30
Complementary color
Monochromatic Colors of #981A30
Black with #981A30
Text Example
Text Example
White with #981A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A30; }
p { color: rgb(152,26,48); }
H1.HeaderClassName
{
color: #981A30;
}
.AnyTagClassName
{
color: #981A30;
}
</style>
background-color css
<style>
a { background-color: #981A30; }
a { background-color: rgb(152,26,48); }
div.DivClassName
{
background-color: #981A30;
}
.BgClassName
{
background-color: #981A30;
}
</style>
border-color css
<style>
span { border-color: #981A30; }
span { border-color: rgb(152,26,48); }
td.TdClassName
{
border-color: #981A30;
}
.TagClassName
{
border-color: #981A30;
}
</style>