Shades of Torch Red #FD020F
Tints of Torch Red #FD020F
RGB
CMYK
RGB Variations
Color information
#FD020F (or 0xFD020F) is known color: Torch Red. HEX triplet: FD, 02 and 0F. RGB value is (253,2,15). Sum of RGB (Red+Green+Blue) = 253+2+15=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD020F is #02FDF0. Grayscale: #4E4E4E. Windows color (decimal): -196081 or 983805. OLE color: 983805.
HSL color Cylindrical-coordinate representation of color #FD020F: hue angle of 356.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD020F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.01 |
| HSL | 356.89º | 0.98% | 0.5% | - |
| HSV(B) | 356.89º | 0.99% | 0.99% | - |
| XYZ | 40.62 | 20.96 | 2.36 | - |
| YUV | 78.53 | 92.16 | 252.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 15 | 0 | 0.99 | 0.94 | 0.01 | 356.89 | 0.98 | 0.5 |
| Hex | FD | 2 | F | 0 | 63 | 5E | 1 | 165 | 62 | 32 |
| Octal | 375 | 2 | 17 | 0 | 143 | 136 | 1 | 545 | 142 | 62 |
| Binary | 11111101 | 10 | 1111 | 0 | 1100011 | 1011110 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FD020F
Complementary color
Monochromatic Colors of #FD020F
Black with #FD020F
Text Example
Text Example
White with #FD020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD020F; }
p { color: rgb(253,2,15); }
H1.HeaderClassName
{
color: #FD020F;
}
.AnyTagClassName
{
color: #FD020F;
}
</style>
background-color css
<style>
a { background-color: #FD020F; }
a { background-color: rgb(253,2,15); }
div.DivClassName
{
background-color: #FD020F;
}
.BgClassName
{
background-color: #FD020F;
}
</style>
border-color css
<style>
span { border-color: #FD020F; }
span { border-color: rgb(253,2,15); }
td.TdClassName
{
border-color: #FD020F;
}
.TagClassName
{
border-color: #FD020F;
}
</style>