Shades of Torch Red #FD243D
Tints of Torch Red #FD243D
RGB
CMYK
RGB Variations
Color information
#FD243D (or 0xFD243D) is known color: Torch Red. HEX triplet: FD, 24 and 3D. RGB value is (253,36,61). Sum of RGB (Red+Green+Blue) = 253+36+61=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD243D is #02DBC2. Grayscale: #676767. Windows color (decimal): -187331 or 4007165. OLE color: 4007165.
HSL color Cylindrical-coordinate representation of color #FD243D: hue angle of 353.09º 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 #FD243D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 61 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.01 |
| HSL | 353.09º | 0.98% | 0.57% | - |
| HSV(B) | 353.09º | 0.86% | 0.99% | - |
| XYZ | 41.98 | 22.48 | 6.54 | - |
| YUV | 103.73 | 103.89 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 61 | 0 | 0.86 | 0.76 | 0.01 | 353.09 | 0.98 | 0.57 |
| Hex | FD | 24 | 3D | 0 | 56 | 4C | 1 | 161 | 62 | 39 |
| Octal | 375 | 44 | 75 | 0 | 126 | 114 | 1 | 541 | 142 | 71 |
| Binary | 11111101 | 100100 | 111101 | 0 | 1010110 | 1001100 | 1 | 101100001 | 1100010 | 111001 |
Color Harmonies of #FD243D
Complementary color
Monochromatic Colors of #FD243D
Black with #FD243D
Text Example
Text Example
White with #FD243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD243D; }
p { color: rgb(253,36,61); }
H1.HeaderClassName
{
color: #FD243D;
}
.AnyTagClassName
{
color: #FD243D;
}
</style>
background-color css
<style>
a { background-color: #FD243D; }
a { background-color: rgb(253,36,61); }
div.DivClassName
{
background-color: #FD243D;
}
.BgClassName
{
background-color: #FD243D;
}
</style>
border-color css
<style>
span { border-color: #FD243D; }
span { border-color: rgb(253,36,61); }
td.TdClassName
{
border-color: #FD243D;
}
.TagClassName
{
border-color: #FD243D;
}
</style>