Shades of Torch Red #FF0A1B
Tints of Torch Red #FF0A1B
RGB
CMYK
RGB Variations
Color information
#FF0A1B (or 0xFF0A1B) is known color: Torch Red. HEX triplet: FF, 0A and 1B. RGB value is (255,10,27). Sum of RGB (Red+Green+Blue) = 255+10+27=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A1B is #00F5E4. Grayscale: #555555. Windows color (decimal): -62949 or 1772287. OLE color: 1772287.
HSL color Cylindrical-coordinate representation of color #FF0A1B: hue angle of 355.84º 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 #FF0A1B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0 |
| HSL | 355.84º | 1% | 0.52% | - |
| HSV(B) | 355.84º | 0.96% | 1% | - |
| XYZ | 41.55 | 21.56 | 3.01 | - |
| YUV | 85.19 | 95.17 | 249.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 27 | 0 | 0.96 | 0.89 | 0 | 355.84 | 1 | 0.52 |
| Hex | FF | A | 1B | 0 | 60 | 59 | 0 | 164 | 64 | 34 |
| Octal | 377 | 12 | 33 | 0 | 140 | 131 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1010 | 11011 | 0 | 1100000 | 1011001 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0A1B
Complementary color
Monochromatic Colors of #FF0A1B
Black with #FF0A1B
Text Example
Text Example
White with #FF0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A1B; }
p { color: rgb(255,10,27); }
H1.HeaderClassName
{
color: #FF0A1B;
}
.AnyTagClassName
{
color: #FF0A1B;
}
</style>
background-color css
<style>
a { background-color: #FF0A1B; }
a { background-color: rgb(255,10,27); }
div.DivClassName
{
background-color: #FF0A1B;
}
.BgClassName
{
background-color: #FF0A1B;
}
</style>
border-color css
<style>
span { border-color: #FF0A1B; }
span { border-color: rgb(255,10,27); }
td.TdClassName
{
border-color: #FF0A1B;
}
.TagClassName
{
border-color: #FF0A1B;
}
</style>