Shades of Torch Red #FF0A1A
Tints of Torch Red #FF0A1A
RGB
CMYK
RGB Variations
Color information
#FF0A1A (or 0xFF0A1A) is known color: Torch Red. HEX triplet: FF, 0A and 1A. RGB value is (255,10,26). Sum of RGB (Red+Green+Blue) = 255+10+26=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A1A is #00F5E5. Grayscale: #555555. Windows color (decimal): -62950 or 1706751. OLE color: 1706751.
HSL color Cylindrical-coordinate representation of color #FF0A1A: hue angle of 356.08º 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 #FF0A1A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 26 | - |
| CMYK | 0 | 0.96 | 0.90 | 0 |
| HSL | 356.08º | 1% | 0.52% | - |
| HSV(B) | 356.08º | 0.96% | 1% | - |
| XYZ | 41.53 | 21.55 | 2.95 | - |
| YUV | 85.08 | 94.67 | 249.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 26 | 0 | 0.96 | 0.90 | 0 | 356.08 | 1 | 0.52 |
| Hex | FF | A | 1A | 0 | 60 | 5A | 0 | 164 | 64 | 34 |
| Octal | 377 | 12 | 32 | 0 | 140 | 132 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1010 | 11010 | 0 | 1100000 | 1011010 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0A1A
Complementary color
Monochromatic Colors of #FF0A1A
Black with #FF0A1A
Text Example
Text Example
White with #FF0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A1A; }
p { color: rgb(255,10,26); }
H1.HeaderClassName
{
color: #FF0A1A;
}
.AnyTagClassName
{
color: #FF0A1A;
}
</style>
background-color css
<style>
a { background-color: #FF0A1A; }
a { background-color: rgb(255,10,26); }
div.DivClassName
{
background-color: #FF0A1A;
}
.BgClassName
{
background-color: #FF0A1A;
}
</style>
border-color css
<style>
span { border-color: #FF0A1A; }
span { border-color: rgb(255,10,26); }
td.TdClassName
{
border-color: #FF0A1A;
}
.TagClassName
{
border-color: #FF0A1A;
}
</style>