Shades of Bright Red #9F1B28
Tints of Bright Red #9F1B28
RGB
CMYK
RGB Variations
Color information
#9F1B28 (or 0x9F1B28) is known color: Bright Red. HEX triplet: 9F, 1B and 28. RGB value is (159,27,40). Sum of RGB (Red+Green+Blue) = 159+27+40=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B28 is #60E4D7. Grayscale: #444444. Windows color (decimal): -6350040 or 2628511. OLE color: 2628511.
HSL color Cylindrical-coordinate representation of color #9F1B28: hue angle of 354.09º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B28 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 40 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.38 |
| HSL | 354.09º | 0.71% | 0.36% | - |
| HSV(B) | 354.09º | 0.83% | 0.62% | - |
| XYZ | 15.07 | 8.31 | 2.82 | - |
| YUV | 67.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 40 | 0 | 0.83 | 0.75 | 0.38 | 354.09 | 0.71 | 0.36 |
| Hex | 9F | 1B | 28 | 0 | 53 | 4B | 26 | 162 | 47 | 24 |
| Octal | 237 | 33 | 50 | 0 | 123 | 113 | 46 | 542 | 107 | 44 |
| Binary | 10011111 | 11011 | 101000 | 0 | 1010011 | 1001011 | 100110 | 101100010 | 1000111 | 100100 |
Color Harmonies of #9F1B28
Complementary color
Monochromatic Colors of #9F1B28
Black with #9F1B28
Text Example
Text Example
White with #9F1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B28; }
p { color: rgb(159,27,40); }
H1.HeaderClassName
{
color: #9F1B28;
}
.AnyTagClassName
{
color: #9F1B28;
}
</style>
background-color css
<style>
a { background-color: #9F1B28; }
a { background-color: rgb(159,27,40); }
div.DivClassName
{
background-color: #9F1B28;
}
.BgClassName
{
background-color: #9F1B28;
}
</style>
border-color css
<style>
span { border-color: #9F1B28; }
span { border-color: rgb(159,27,40); }
td.TdClassName
{
border-color: #9F1B28;
}
.TagClassName
{
border-color: #9F1B28;
}
</style>