Shades of Torch Red #FD131A
Tints of Torch Red #FD131A
RGB
CMYK
RGB Variations
Color information
#FD131A (or 0xFD131A) is known color: Torch Red. HEX triplet: FD, 13 and 1A. RGB value is (253,19,26). Sum of RGB (Red+Green+Blue) = 253+19+26=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD131A is #02ECE5. Grayscale: #595959. Windows color (decimal): -191718 or 1709053. OLE color: 1709053.
HSL color Cylindrical-coordinate representation of color #FD131A: hue angle of 358.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD131A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.01 |
| HSL | 358.21º | 0.98% | 0.53% | - |
| HSV(B) | 358.21º | 0.92% | 0.99% | - |
| XYZ | 40.93 | 21.42 | 2.96 | - |
| YUV | 89.76 | 92.02 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 26 | 0 | 0.92 | 0.90 | 0.01 | 358.21 | 0.98 | 0.53 |
| Hex | FD | 13 | 1A | 0 | 5C | 5A | 1 | 166 | 62 | 35 |
| Octal | 375 | 23 | 32 | 0 | 134 | 132 | 1 | 546 | 142 | 65 |
| Binary | 11111101 | 10011 | 11010 | 0 | 1011100 | 1011010 | 1 | 101100110 | 1100010 | 110101 |
Color Harmonies of #FD131A
Complementary color
Monochromatic Colors of #FD131A
Black with #FD131A
Text Example
Text Example
White with #FD131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD131A; }
p { color: rgb(253,19,26); }
H1.HeaderClassName
{
color: #FD131A;
}
.AnyTagClassName
{
color: #FD131A;
}
</style>
background-color css
<style>
a { background-color: #FD131A; }
a { background-color: rgb(253,19,26); }
div.DivClassName
{
background-color: #FD131A;
}
.BgClassName
{
background-color: #FD131A;
}
</style>
border-color css
<style>
span { border-color: #FD131A; }
span { border-color: rgb(253,19,26); }
td.TdClassName
{
border-color: #FD131A;
}
.TagClassName
{
border-color: #FD131A;
}
</style>