Shades of Torch Red #FD1A23
Tints of Torch Red #FD1A23
RGB
CMYK
RGB Variations
Color information
#FD1A23 (or 0xFD1A23) is known color: Torch Red. HEX triplet: FD, 1A and 23. RGB value is (253,26,35). Sum of RGB (Red+Green+Blue) = 253+26+35=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1A23 is #02E5DC. Grayscale: #5F5F5F. Windows color (decimal): -189917 or 2300669. OLE color: 2300669.
HSL color Cylindrical-coordinate representation of color #FD1A23: hue angle of 357.62º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1A23 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 35 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.01 |
| HSL | 357.62º | 0.98% | 0.55% | - |
| HSV(B) | 357.62º | 0.9% | 0.99% | - |
| XYZ | 41.18 | 21.74 | 3.62 | - |
| YUV | 94.9 | 94.21 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 35 | 0 | 0.90 | 0.86 | 0.01 | 357.62 | 0.98 | 0.55 |
| Hex | FD | 1A | 23 | 0 | 5A | 56 | 1 | 166 | 62 | 37 |
| Octal | 375 | 32 | 43 | 0 | 132 | 126 | 1 | 546 | 142 | 67 |
| Binary | 11111101 | 11010 | 100011 | 0 | 1011010 | 1010110 | 1 | 101100110 | 1100010 | 110111 |
Color Harmonies of #FD1A23
Complementary color
Monochromatic Colors of #FD1A23
Black with #FD1A23
Text Example
Text Example
White with #FD1A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A23; }
p { color: rgb(253,26,35); }
H1.HeaderClassName
{
color: #FD1A23;
}
.AnyTagClassName
{
color: #FD1A23;
}
</style>
background-color css
<style>
a { background-color: #FD1A23; }
a { background-color: rgb(253,26,35); }
div.DivClassName
{
background-color: #FD1A23;
}
.BgClassName
{
background-color: #FD1A23;
}
</style>
border-color css
<style>
span { border-color: #FD1A23; }
span { border-color: rgb(253,26,35); }
td.TdClassName
{
border-color: #FD1A23;
}
.TagClassName
{
border-color: #FD1A23;
}
</style>