Shades of Torch Red #FD003F
Tints of Torch Red #FD003F
RGB
CMYK
RGB Variations
Color information
#FD003F (or 0xFD003F) is known color: Torch Red. HEX triplet: FD, 00 and 3F. RGB value is (253,0,63). Sum of RGB (Red+Green+Blue) = 253+0+63=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD003F is #02FFC0. Grayscale: #525252. Windows color (decimal): -196545 or 4129021. OLE color: 4129021.
HSL color Cylindrical-coordinate representation of color #FD003F: hue angle of 345.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD003F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.75 | 0.01 |
| HSL | 345.06º | 1% | 0.5% | - |
| HSV(B) | 345.06º | 1% | 0.99% | - |
| XYZ | 41.41 | 21.24 | 6.62 | - |
| YUV | 82.83 | 116.82 | 249.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 63 | 0 | 1 | 0.75 | 0.01 | 345.06 | 1 | 0.5 |
| Hex | FD | 0 | 3F | 0 | 64 | 4B | 1 | 159 | 64 | 32 |
| Octal | 375 | 0 | 77 | 0 | 144 | 113 | 1 | 531 | 144 | 62 |
| Binary | 11111101 | 0 | 111111 | 0 | 1100100 | 1001011 | 1 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FD003F
Complementary color
Monochromatic Colors of #FD003F
Black with #FD003F
Text Example
Text Example
White with #FD003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD003F; }
p { color: rgb(253,0,63); }
H1.HeaderClassName
{
color: #FD003F;
}
.AnyTagClassName
{
color: #FD003F;
}
</style>
background-color css
<style>
a { background-color: #FD003F; }
a { background-color: rgb(253,0,63); }
div.DivClassName
{
background-color: #FD003F;
}
.BgClassName
{
background-color: #FD003F;
}
</style>
border-color css
<style>
span { border-color: #FD003F; }
span { border-color: rgb(253,0,63); }
td.TdClassName
{
border-color: #FD003F;
}
.TagClassName
{
border-color: #FD003F;
}
</style>