Shades of Torch Red #FD000F
Tints of Torch Red #FD000F
RGB
CMYK
RGB Variations
Color information
#FD000F (or 0xFD000F) is known color: Torch Red. HEX triplet: FD, 00 and 0F. RGB value is (253,0,15). Sum of RGB (Red+Green+Blue) = 253+0+15=268 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.40% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 253 - color contains mainly: red. Hex color #FD000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD000F is #02FFF0. Grayscale: #4D4D4D. Windows color (decimal): -196593 or 983293. OLE color: 983293.
HSL color Cylindrical-coordinate representation of color #FD000F: hue angle of 356.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD000F is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.94 | 0.01 |
| HSL | 356.44º | 1% | 0.5% | - |
| HSV(B) | 356.44º | 1% | 0.99% | - |
| XYZ | 40.59 | 20.92 | 2.35 | - |
| YUV | 77.36 | 92.82 | 253.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 15 | 0 | 1 | 0.94 | 0.01 | 356.44 | 1 | 0.5 |
| Hex | FD | 0 | F | 0 | 64 | 5E | 1 | 164 | 64 | 32 |
| Octal | 375 | 0 | 17 | 0 | 144 | 136 | 1 | 544 | 144 | 62 |
| Binary | 11111101 | 0 | 1111 | 0 | 1100100 | 1011110 | 1 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FD000F
Complementary color
Monochromatic Colors of #FD000F
Black with #FD000F
Text Example
Text Example
White with #FD000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD000F; }
p { color: rgb(253,0,15); }
H1.HeaderClassName
{
color: #FD000F;
}
.AnyTagClassName
{
color: #FD000F;
}
</style>
background-color css
<style>
a { background-color: #FD000F; }
a { background-color: rgb(253,0,15); }
div.DivClassName
{
background-color: #FD000F;
}
.BgClassName
{
background-color: #FD000F;
}
</style>
border-color css
<style>
span { border-color: #FD000F; }
span { border-color: rgb(253,0,15); }
td.TdClassName
{
border-color: #FD000F;
}
.TagClassName
{
border-color: #FD000F;
}
</style>