Shades of Torch Red #FF090B
Tints of Torch Red #FF090B
RGB
CMYK
RGB Variations
Color information
#FF090B (or 0xFF090B) is known color: Torch Red. HEX triplet: FF, 09 and 0B. RGB value is (255,9,11). Sum of RGB (Red+Green+Blue) = 255+9+11=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF090B is #00F6F4. Grayscale: #535353. Windows color (decimal): -63221 or 723455. OLE color: 723455.
HSL color Cylindrical-coordinate representation of color #FF090B: hue angle of 359.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF090B is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.96 | 0 |
| HSL | 359.51º | 1% | 0.52% | - |
| HSV(B) | 359.51º | 0.96% | 1% | - |
| XYZ | 41.4 | 21.48 | 2.28 | - |
| YUV | 82.78 | 87.5 | 250.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 11 | 0 | 0.96 | 0.96 | 0 | 359.51 | 1 | 0.52 |
| Hex | FF | 9 | B | 0 | 60 | 60 | 0 | 168 | 64 | 34 |
| Octal | 377 | 11 | 13 | 0 | 140 | 140 | 0 | 550 | 144 | 64 |
| Binary | 11111111 | 1001 | 1011 | 0 | 1100000 | 1100000 | 0 | 101101000 | 1100100 | 110100 |
Color Harmonies of #FF090B
Complementary color
Monochromatic Colors of #FF090B
Black with #FF090B
Text Example
Text Example
White with #FF090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF090B; }
p { color: rgb(255,9,11); }
H1.HeaderClassName
{
color: #FF090B;
}
.AnyTagClassName
{
color: #FF090B;
}
</style>
background-color css
<style>
a { background-color: #FF090B; }
a { background-color: rgb(255,9,11); }
div.DivClassName
{
background-color: #FF090B;
}
.BgClassName
{
background-color: #FF090B;
}
</style>
border-color css
<style>
span { border-color: #FF090B; }
span { border-color: rgb(255,9,11); }
td.TdClassName
{
border-color: #FF090B;
}
.TagClassName
{
border-color: #FF090B;
}
</style>