Shades of Torch Red #FD0F1A
Tints of Torch Red #FD0F1A
RGB
CMYK
RGB Variations
Color information
#FD0F1A (or 0xFD0F1A) is known color: Torch Red. HEX triplet: FD, 0F and 1A. RGB value is (253,15,26). Sum of RGB (Red+Green+Blue) = 253+15+26=294 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.05% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F1A is #02F0E5. Grayscale: #575757. Windows color (decimal): -192742 or 1708029. OLE color: 1708029.
HSL color Cylindrical-coordinate representation of color #FD0F1A: hue angle of 357.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0F1A is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 26 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.01 |
| HSL | 357.23º | 0.98% | 0.53% | - |
| HSV(B) | 357.23º | 0.94% | 0.99% | - |
| XYZ | 40.87 | 21.3 | 2.93 | - |
| YUV | 87.42 | 93.35 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 26 | 0 | 0.94 | 0.90 | 0.01 | 357.23 | 0.98 | 0.53 |
| Hex | FD | F | 1A | 0 | 5E | 5A | 1 | 165 | 62 | 35 |
| Octal | 375 | 17 | 32 | 0 | 136 | 132 | 1 | 545 | 142 | 65 |
| Binary | 11111101 | 1111 | 11010 | 0 | 1011110 | 1011010 | 1 | 101100101 | 1100010 | 110101 |
Color Harmonies of #FD0F1A
Complementary color
Monochromatic Colors of #FD0F1A
Black with #FD0F1A
Text Example
Text Example
White with #FD0F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0F1A; }
p { color: rgb(253,15,26); }
H1.HeaderClassName
{
color: #FD0F1A;
}
.AnyTagClassName
{
color: #FD0F1A;
}
</style>
background-color css
<style>
a { background-color: #FD0F1A; }
a { background-color: rgb(253,15,26); }
div.DivClassName
{
background-color: #FD0F1A;
}
.BgClassName
{
background-color: #FD0F1A;
}
</style>
border-color css
<style>
span { border-color: #FD0F1A; }
span { border-color: rgb(253,15,26); }
td.TdClassName
{
border-color: #FD0F1A;
}
.TagClassName
{
border-color: #FD0F1A;
}
</style>