Shades of Torch Red #FD242F
Tints of Torch Red #FD242F
RGB
CMYK
RGB Variations
Color information
#FD242F (or 0xFD242F) is known color: Torch Red. HEX triplet: FD, 24 and 2F. RGB value is (253,36,47). Sum of RGB (Red+Green+Blue) = 253+36+47=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD242F is #02DBD0. Grayscale: #666666. Windows color (decimal): -187345 or 3089661. OLE color: 3089661.
HSL color Cylindrical-coordinate representation of color #FD242F: hue angle of 356.96º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD242F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.01 |
| HSL | 356.96º | 0.98% | 0.57% | - |
| HSV(B) | 356.96º | 0.86% | 0.99% | - |
| XYZ | 41.65 | 22.35 | 4.81 | - |
| YUV | 102.14 | 96.89 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 47 | 0 | 0.86 | 0.81 | 0.01 | 356.96 | 0.98 | 0.57 |
| Hex | FD | 24 | 2F | 0 | 56 | 51 | 1 | 165 | 62 | 39 |
| Octal | 375 | 44 | 57 | 0 | 126 | 121 | 1 | 545 | 142 | 71 |
| Binary | 11111101 | 100100 | 101111 | 0 | 1010110 | 1010001 | 1 | 101100101 | 1100010 | 111001 |
Color Harmonies of #FD242F
Complementary color
Monochromatic Colors of #FD242F
Black with #FD242F
Text Example
Text Example
White with #FD242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD242F; }
p { color: rgb(253,36,47); }
H1.HeaderClassName
{
color: #FD242F;
}
.AnyTagClassName
{
color: #FD242F;
}
</style>
background-color css
<style>
a { background-color: #FD242F; }
a { background-color: rgb(253,36,47); }
div.DivClassName
{
background-color: #FD242F;
}
.BgClassName
{
background-color: #FD242F;
}
</style>
border-color css
<style>
span { border-color: #FD242F; }
span { border-color: rgb(253,36,47); }
td.TdClassName
{
border-color: #FD242F;
}
.TagClassName
{
border-color: #FD242F;
}
</style>