Shades of Torch Red #FD203B
Tints of Torch Red #FD203B
RGB
CMYK
RGB Variations
Color information
#FD203B (or 0xFD203B) is known color: Torch Red. HEX triplet: FD, 20 and 3B. RGB value is (253,32,59). Sum of RGB (Red+Green+Blue) = 253+32+59=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD203B is #02DFC4. Grayscale: #656565. Windows color (decimal): -188357 or 3875069. OLE color: 3875069.
HSL color Cylindrical-coordinate representation of color #FD203B: hue angle of 352.67º 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 #FD203B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 59 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.01 |
| HSL | 352.67º | 0.98% | 0.56% | - |
| HSV(B) | 352.67º | 0.87% | 0.99% | - |
| XYZ | 41.81 | 22.23 | 6.22 | - |
| YUV | 101.16 | 104.22 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 59 | 0 | 0.87 | 0.77 | 0.01 | 352.67 | 0.98 | 0.56 |
| Hex | FD | 20 | 3B | 0 | 57 | 4D | 1 | 161 | 62 | 38 |
| Octal | 375 | 40 | 73 | 0 | 127 | 115 | 1 | 541 | 142 | 70 |
| Binary | 11111101 | 100000 | 111011 | 0 | 1010111 | 1001101 | 1 | 101100001 | 1100010 | 111000 |
Color Harmonies of #FD203B
Complementary color
Monochromatic Colors of #FD203B
Black with #FD203B
Text Example
Text Example
White with #FD203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD203B; }
p { color: rgb(253,32,59); }
H1.HeaderClassName
{
color: #FD203B;
}
.AnyTagClassName
{
color: #FD203B;
}
</style>
background-color css
<style>
a { background-color: #FD203B; }
a { background-color: rgb(253,32,59); }
div.DivClassName
{
background-color: #FD203B;
}
.BgClassName
{
background-color: #FD203B;
}
</style>
border-color css
<style>
span { border-color: #FD203B; }
span { border-color: rgb(253,32,59); }
td.TdClassName
{
border-color: #FD203B;
}
.TagClassName
{
border-color: #FD203B;
}
</style>