Shades of Torch Red #FF091B
Tints of Torch Red #FF091B
RGB
CMYK
RGB Variations
Color information
#FF091B (or 0xFF091B) is known color: Torch Red. HEX triplet: FF, 09 and 1B. RGB value is (255,9,27). Sum of RGB (Red+Green+Blue) = 255+9+27=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF091B is #00F6E4. Grayscale: #545454. Windows color (decimal): -63205 or 1772031. OLE color: 1772031.
HSL color Cylindrical-coordinate representation of color #FF091B: hue angle of 355.61º 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 #FF091B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0 |
| HSL | 355.61º | 1% | 0.52% | - |
| HSV(B) | 355.61º | 0.96% | 1% | - |
| XYZ | 41.54 | 21.53 | 3 | - |
| YUV | 84.61 | 95.5 | 249.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 27 | 0 | 0.96 | 0.89 | 0 | 355.61 | 1 | 0.52 |
| Hex | FF | 9 | 1B | 0 | 60 | 59 | 0 | 164 | 64 | 34 |
| Octal | 377 | 11 | 33 | 0 | 140 | 131 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1001 | 11011 | 0 | 1100000 | 1011001 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF091B
Complementary color
Monochromatic Colors of #FF091B
Black with #FF091B
Text Example
Text Example
White with #FF091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF091B; }
p { color: rgb(255,9,27); }
H1.HeaderClassName
{
color: #FF091B;
}
.AnyTagClassName
{
color: #FF091B;
}
</style>
background-color css
<style>
a { background-color: #FF091B; }
a { background-color: rgb(255,9,27); }
div.DivClassName
{
background-color: #FF091B;
}
.BgClassName
{
background-color: #FF091B;
}
</style>
border-color css
<style>
span { border-color: #FF091B; }
span { border-color: rgb(255,9,27); }
td.TdClassName
{
border-color: #FF091B;
}
.TagClassName
{
border-color: #FF091B;
}
</style>