Shades of Torch Red #FD1027
Tints of Torch Red #FD1027
RGB
CMYK
RGB Variations
Color information
#FD1027 (or 0xFD1027) is known color: Torch Red. HEX triplet: FD, 10 and 27. RGB value is (253,16,39). Sum of RGB (Red+Green+Blue) = 253+16+39=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1027 is #02EFD8. Grayscale: #595959. Windows color (decimal): -192473 or 2560253. OLE color: 2560253.
HSL color Cylindrical-coordinate representation of color #FD1027: hue angle of 354.18º 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 #FD1027 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 39 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.01 |
| HSL | 354.18º | 0.98% | 0.53% | - |
| HSV(B) | 354.18º | 0.94% | 0.99% | - |
| XYZ | 41.06 | 21.4 | 3.89 | - |
| YUV | 89.49 | 99.52 | 244.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 39 | 0 | 0.94 | 0.85 | 0.01 | 354.18 | 0.98 | 0.53 |
| Hex | FD | 10 | 27 | 0 | 5E | 55 | 1 | 162 | 62 | 35 |
| Octal | 375 | 20 | 47 | 0 | 136 | 125 | 1 | 542 | 142 | 65 |
| Binary | 11111101 | 10000 | 100111 | 0 | 1011110 | 1010101 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FD1027
Complementary color
Monochromatic Colors of #FD1027
Black with #FD1027
Text Example
Text Example
White with #FD1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1027; }
p { color: rgb(253,16,39); }
H1.HeaderClassName
{
color: #FD1027;
}
.AnyTagClassName
{
color: #FD1027;
}
</style>
background-color css
<style>
a { background-color: #FD1027; }
a { background-color: rgb(253,16,39); }
div.DivClassName
{
background-color: #FD1027;
}
.BgClassName
{
background-color: #FD1027;
}
</style>
border-color css
<style>
span { border-color: #FD1027; }
span { border-color: rgb(253,16,39); }
td.TdClassName
{
border-color: #FD1027;
}
.TagClassName
{
border-color: #FD1027;
}
</style>