Shades of Torch Red #FD203D
Tints of Torch Red #FD203D
RGB
CMYK
RGB Variations
Color information
#FD203D (or 0xFD203D) is known color: Torch Red. HEX triplet: FD, 20 and 3D. RGB value is (253,32,61). Sum of RGB (Red+Green+Blue) = 253+32+61=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD203D is #02DFC2. Grayscale: #656565. Windows color (decimal): -188355 or 4006141. OLE color: 4006141.
HSL color Cylindrical-coordinate representation of color #FD203D: hue angle of 352.13º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD203D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.01 |
| HSL | 352.13º | 0.98% | 0.56% | - |
| HSV(B) | 352.13º | 0.87% | 0.99% | - |
| XYZ | 41.87 | 22.25 | 6.5 | - |
| YUV | 101.39 | 105.22 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 61 | 0 | 0.87 | 0.76 | 0.01 | 352.13 | 0.98 | 0.56 |
| Hex | FD | 20 | 3D | 0 | 57 | 4C | 1 | 160 | 62 | 38 |
| Octal | 375 | 40 | 75 | 0 | 127 | 114 | 1 | 540 | 142 | 70 |
| Binary | 11111101 | 100000 | 111101 | 0 | 1010111 | 1001100 | 1 | 101100000 | 1100010 | 111000 |
Color Harmonies of #FD203D
Complementary color
Monochromatic Colors of #FD203D
Black with #FD203D
Text Example
Text Example
White with #FD203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD203D; }
p { color: rgb(253,32,61); }
H1.HeaderClassName
{
color: #FD203D;
}
.AnyTagClassName
{
color: #FD203D;
}
</style>
background-color css
<style>
a { background-color: #FD203D; }
a { background-color: rgb(253,32,61); }
div.DivClassName
{
background-color: #FD203D;
}
.BgClassName
{
background-color: #FD203D;
}
</style>
border-color css
<style>
span { border-color: #FD203D; }
span { border-color: rgb(253,32,61); }
td.TdClassName
{
border-color: #FD203D;
}
.TagClassName
{
border-color: #FD203D;
}
</style>