Shades of Bright Red #9F133C
Tints of Bright Red #9F133C
RGB
CMYK
RGB Variations
Color information
#9F133C (or 0x9F133C) is known color: Bright Red. HEX triplet: 9F, 13 and 3C. RGB value is (159,19,60). Sum of RGB (Red+Green+Blue) = 159+19+60=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F133C is #60ECC3. Grayscale: #414141. Windows color (decimal): -6352068 or 3937183. OLE color: 3937183.
HSL color Cylindrical-coordinate representation of color #9F133C: hue angle of 342.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F133C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 60 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.38 |
| HSL | 342.43º | 0.79% | 0.35% | - |
| HSV(B) | 342.43º | 0.88% | 0.62% | - |
| XYZ | 15.35 | 8.16 | 5.04 | - |
| YUV | 65.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 60 | 0 | 0.88 | 0.62 | 0.38 | 342.43 | 0.79 | 0.35 |
| Hex | 9F | 13 | 3C | 0 | 58 | 3E | 26 | 156 | 4F | 23 |
| Octal | 237 | 23 | 74 | 0 | 130 | 76 | 46 | 526 | 117 | 43 |
| Binary | 10011111 | 10011 | 111100 | 0 | 1011000 | 111110 | 100110 | 101010110 | 1001111 | 100011 |
Color Harmonies of #9F133C
Complementary color
Monochromatic Colors of #9F133C
Black with #9F133C
Text Example
Text Example
White with #9F133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F133C; }
p { color: rgb(159,19,60); }
H1.HeaderClassName
{
color: #9F133C;
}
.AnyTagClassName
{
color: #9F133C;
}
</style>
background-color css
<style>
a { background-color: #9F133C; }
a { background-color: rgb(159,19,60); }
div.DivClassName
{
background-color: #9F133C;
}
.BgClassName
{
background-color: #9F133C;
}
</style>
border-color css
<style>
span { border-color: #9F133C; }
span { border-color: rgb(159,19,60); }
td.TdClassName
{
border-color: #9F133C;
}
.TagClassName
{
border-color: #9F133C;
}
</style>