Shades of Torch Red #FF091A
Tints of Torch Red #FF091A
RGB
CMYK
RGB Variations
Color information
#FF091A (or 0xFF091A) is known color: Torch Red. HEX triplet: FF, 09 and 1A. RGB value is (255,9,26). Sum of RGB (Red+Green+Blue) = 255+9+26=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF091A is #00F6E5. Grayscale: #545454. Windows color (decimal): -63206 or 1706495. OLE color: 1706495.
HSL color Cylindrical-coordinate representation of color #FF091A: hue angle of 355.85º 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 #FF091A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 26 | - |
| CMYK | 0 | 0.96 | 0.90 | 0 |
| HSL | 355.85º | 1% | 0.52% | - |
| HSV(B) | 355.85º | 0.96% | 1% | - |
| XYZ | 41.52 | 21.53 | 2.94 | - |
| YUV | 84.49 | 95 | 249.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 26 | 0 | 0.96 | 0.90 | 0 | 355.85 | 1 | 0.52 |
| Hex | FF | 9 | 1A | 0 | 60 | 5A | 0 | 164 | 64 | 34 |
| Octal | 377 | 11 | 32 | 0 | 140 | 132 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1001 | 11010 | 0 | 1100000 | 1011010 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF091A
Complementary color
Monochromatic Colors of #FF091A
Black with #FF091A
Text Example
Text Example
White with #FF091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF091A; }
p { color: rgb(255,9,26); }
H1.HeaderClassName
{
color: #FF091A;
}
.AnyTagClassName
{
color: #FF091A;
}
</style>
background-color css
<style>
a { background-color: #FF091A; }
a { background-color: rgb(255,9,26); }
div.DivClassName
{
background-color: #FF091A;
}
.BgClassName
{
background-color: #FF091A;
}
</style>
border-color css
<style>
span { border-color: #FF091A; }
span { border-color: rgb(255,9,26); }
td.TdClassName
{
border-color: #FF091A;
}
.TagClassName
{
border-color: #FF091A;
}
</style>