Shades of Bright Red #981C30
Tints of Bright Red #981C30
RGB
CMYK
RGB Variations
Color information
#981C30 (or 0x981C30) is known color: Bright Red. HEX triplet: 98, 1C and 30. RGB value is (152,28,48). Sum of RGB (Red+Green+Blue) = 152+28+48=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #981C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C30 is #67E3CF. Grayscale: #434343. Windows color (decimal): -6808528 or 3153048. OLE color: 3153048.
HSL color Cylindrical-coordinate representation of color #981C30: hue angle of 350.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C30 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 48 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.40 |
| HSL | 350.32º | 0.69% | 0.35% | - |
| HSV(B) | 350.32º | 0.82% | 0.6% | - |
| XYZ | 13.9 | 7.72 | 3.55 | - |
| YUV | 67.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 48 | 0 | 0.82 | 0.68 | 0.40 | 350.32 | 0.69 | 0.35 |
| Hex | 98 | 1C | 30 | 0 | 52 | 44 | 28 | 15E | 45 | 23 |
| Octal | 230 | 34 | 60 | 0 | 122 | 104 | 50 | 536 | 105 | 43 |
| Binary | 10011000 | 11100 | 110000 | 0 | 1010010 | 1000100 | 101000 | 101011110 | 1000101 | 100011 |
Color Harmonies of #981C30
Complementary color
Monochromatic Colors of #981C30
Black with #981C30
Text Example
Text Example
White with #981C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C30; }
p { color: rgb(152,28,48); }
H1.HeaderClassName
{
color: #981C30;
}
.AnyTagClassName
{
color: #981C30;
}
</style>
background-color css
<style>
a { background-color: #981C30; }
a { background-color: rgb(152,28,48); }
div.DivClassName
{
background-color: #981C30;
}
.BgClassName
{
background-color: #981C30;
}
</style>
border-color css
<style>
span { border-color: #981C30; }
span { border-color: rgb(152,28,48); }
td.TdClassName
{
border-color: #981C30;
}
.TagClassName
{
border-color: #981C30;
}
</style>