Shades of Bright Red #9F223D
Tints of Bright Red #9F223D
RGB
CMYK
RGB Variations
Color information
#9F223D (or 0x9F223D) is known color: Bright Red. HEX triplet: 9F, 22 and 3D. RGB value is (159,34,61). Sum of RGB (Red+Green+Blue) = 159+34+61=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F223D is #60DDC2. Grayscale: #4A4A4A. Windows color (decimal): -6348227 or 4006559. OLE color: 4006559.
HSL color Cylindrical-coordinate representation of color #9F223D: hue angle of 347.04º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F223D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 61 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.38 |
| HSL | 347.04º | 0.65% | 0.38% | - |
| HSV(B) | 347.04º | 0.79% | 0.62% | - |
| XYZ | 15.71 | 8.85 | 5.3 | - |
| YUV | 74.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 61 | 0 | 0.79 | 0.62 | 0.38 | 347.04 | 0.65 | 0.38 |
| Hex | 9F | 22 | 3D | 0 | 4F | 3E | 26 | 15B | 41 | 26 |
| Octal | 237 | 42 | 75 | 0 | 117 | 76 | 46 | 533 | 101 | 46 |
| Binary | 10011111 | 100010 | 111101 | 0 | 1001111 | 111110 | 100110 | 101011011 | 1000001 | 100110 |
Color Harmonies of #9F223D
Complementary color
Monochromatic Colors of #9F223D
Black with #9F223D
Text Example
Text Example
White with #9F223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F223D; }
p { color: rgb(159,34,61); }
H1.HeaderClassName
{
color: #9F223D;
}
.AnyTagClassName
{
color: #9F223D;
}
</style>
background-color css
<style>
a { background-color: #9F223D; }
a { background-color: rgb(159,34,61); }
div.DivClassName
{
background-color: #9F223D;
}
.BgClassName
{
background-color: #9F223D;
}
</style>
border-color css
<style>
span { border-color: #9F223D; }
span { border-color: rgb(159,34,61); }
td.TdClassName
{
border-color: #9F223D;
}
.TagClassName
{
border-color: #9F223D;
}
</style>