Shades of Bright Red #992138
Tints of Bright Red #992138
RGB
CMYK
RGB Variations
Color information
#992138 (or 0x992138) is known color: Bright Red. HEX triplet: 99, 21 and 38. RGB value is (153,33,56). Sum of RGB (Red+Green+Blue) = 153+33+56=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #992138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992138 is #66DEC7. Grayscale: #474747. Windows color (decimal): -6741704 or 3678617. OLE color: 3678617.
HSL color Cylindrical-coordinate representation of color #992138: hue angle of 348.5º degrees, saturation: 0.65, 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 #992138 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 56 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.4 |
| HSL | 348.5º | 0.65% | 0.36% | - |
| HSV(B) | 348.5º | 0.78% | 0.6% | - |
| XYZ | 14.39 | 8.15 | 4.55 | - |
| YUV | 71.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 56 | 0 | 0.78 | 0.63 | 0.4 | 348.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 38 | 0 | 4E | 3F | 28 | 15C | 41 | 24 |
| Octal | 231 | 41 | 70 | 0 | 116 | 77 | 50 | 534 | 101 | 44 |
| Binary | 10011001 | 100001 | 111000 | 0 | 1001110 | 111111 | 101000 | 101011100 | 1000001 | 100100 |
Color Harmonies of #992138
Complementary color
Monochromatic Colors of #992138
Black with #992138
Text Example
Text Example
White with #992138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992138; }
p { color: rgb(153,33,56); }
H1.HeaderClassName
{
color: #992138;
}
.AnyTagClassName
{
color: #992138;
}
</style>
background-color css
<style>
a { background-color: #992138; }
a { background-color: rgb(153,33,56); }
div.DivClassName
{
background-color: #992138;
}
.BgClassName
{
background-color: #992138;
}
</style>
border-color css
<style>
span { border-color: #992138; }
span { border-color: rgb(153,33,56); }
td.TdClassName
{
border-color: #992138;
}
.TagClassName
{
border-color: #992138;
}
</style>