Shades of Torch Red #FD0127
Tints of Torch Red #FD0127
RGB
CMYK
RGB Variations
Color information
#FD0127 (or 0xFD0127) is known color: Torch Red. HEX triplet: FD, 01 and 27. RGB value is (253,1,39). Sum of RGB (Red+Green+Blue) = 253+1+39=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0127 is #02FED8. Grayscale: #505050. Windows color (decimal): -196313 or 2556413. OLE color: 2556413.
HSL color Cylindrical-coordinate representation of color #FD0127: hue angle of 350.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0127 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.01 |
| HSL | 350.95º | 0.99% | 0.5% | - |
| HSV(B) | 350.95º | 1% | 0.99% | - |
| XYZ | 40.89 | 21.05 | 3.83 | - |
| YUV | 80.68 | 104.49 | 250.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 39 | 0 | 1.00 | 0.85 | 0.01 | 350.95 | 0.99 | 0.5 |
| Hex | FD | 1 | 27 | 0 | 64 | 55 | 1 | 15F | 63 | 32 |
| Octal | 375 | 1 | 47 | 0 | 144 | 125 | 1 | 537 | 143 | 62 |
| Binary | 11111101 | 1 | 100111 | 0 | 1100100 | 1010101 | 1 | 101011111 | 1100011 | 110010 |
Color Harmonies of #FD0127
Complementary color
Monochromatic Colors of #FD0127
Black with #FD0127
Text Example
Text Example
White with #FD0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0127; }
p { color: rgb(253,1,39); }
H1.HeaderClassName
{
color: #FD0127;
}
.AnyTagClassName
{
color: #FD0127;
}
</style>
background-color css
<style>
a { background-color: #FD0127; }
a { background-color: rgb(253,1,39); }
div.DivClassName
{
background-color: #FD0127;
}
.BgClassName
{
background-color: #FD0127;
}
</style>
border-color css
<style>
span { border-color: #FD0127; }
span { border-color: rgb(253,1,39); }
td.TdClassName
{
border-color: #FD0127;
}
.TagClassName
{
border-color: #FD0127;
}
</style>