Shades of Torch Red #FD020B
Tints of Torch Red #FD020B
RGB
CMYK
RGB Variations
Color information
#FD020B (or 0xFD020B) is known color: Torch Red. HEX triplet: FD, 02 and 0B. RGB value is (253,2,11). Sum of RGB (Red+Green+Blue) = 253+2+11=266 (35% of max value = 765). Red value is 253 (99.22% from 255 or 95.11% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 253 - color contains mainly: red. Hex color #FD020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD020B is #02FDF4. Grayscale: #4E4E4E. Windows color (decimal): -196085 or 721661. OLE color: 721661.
HSL color Cylindrical-coordinate representation of color #FD020B: hue angle of 357.85º 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 #FD020B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.01 |
| HSL | 357.85º | 0.98% | 0.5% | - |
| HSV(B) | 357.85º | 0.99% | 0.99% | - |
| XYZ | 40.59 | 20.95 | 2.22 | - |
| YUV | 78.08 | 90.16 | 252.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 11 | 0 | 0.99 | 0.96 | 0.01 | 357.85 | 0.98 | 0.5 |
| Hex | FD | 2 | B | 0 | 63 | 60 | 1 | 166 | 62 | 32 |
| Octal | 375 | 2 | 13 | 0 | 143 | 140 | 1 | 546 | 142 | 62 |
| Binary | 11111101 | 10 | 1011 | 0 | 1100011 | 1100000 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FD020B
Complementary color
Monochromatic Colors of #FD020B
Black with #FD020B
Text Example
Text Example
White with #FD020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD020B; }
p { color: rgb(253,2,11); }
H1.HeaderClassName
{
color: #FD020B;
}
.AnyTagClassName
{
color: #FD020B;
}
</style>
background-color css
<style>
a { background-color: #FD020B; }
a { background-color: rgb(253,2,11); }
div.DivClassName
{
background-color: #FD020B;
}
.BgClassName
{
background-color: #FD020B;
}
</style>
border-color css
<style>
span { border-color: #FD020B; }
span { border-color: rgb(253,2,11); }
td.TdClassName
{
border-color: #FD020B;
}
.TagClassName
{
border-color: #FD020B;
}
</style>