Shades of Torch Red #FD263D
Tints of Torch Red #FD263D
RGB
CMYK
RGB Variations
Color information
#FD263D (or 0xFD263D) is known color: Torch Red. HEX triplet: FD, 26 and 3D. RGB value is (253,38,61). Sum of RGB (Red+Green+Blue) = 253+38+61=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD263D is #02D9C2. Grayscale: #696969. Windows color (decimal): -186819 or 4007677. OLE color: 4007677.
HSL color Cylindrical-coordinate representation of color #FD263D: hue angle of 353.58º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD263D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.01 |
| HSL | 353.58º | 0.98% | 0.57% | - |
| HSV(B) | 353.58º | 0.85% | 0.99% | - |
| XYZ | 42.04 | 22.61 | 6.56 | - |
| YUV | 104.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 61 | 0 | 0.85 | 0.76 | 0.01 | 353.58 | 0.98 | 0.57 |
| Hex | FD | 26 | 3D | 0 | 55 | 4C | 1 | 162 | 62 | 39 |
| Octal | 375 | 46 | 75 | 0 | 125 | 114 | 1 | 542 | 142 | 71 |
| Binary | 11111101 | 100110 | 111101 | 0 | 1010101 | 1001100 | 1 | 101100010 | 1100010 | 111001 |
Color Harmonies of #FD263D
Complementary color
Monochromatic Colors of #FD263D
Black with #FD263D
Text Example
Text Example
White with #FD263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD263D; }
p { color: rgb(253,38,61); }
H1.HeaderClassName
{
color: #FD263D;
}
.AnyTagClassName
{
color: #FD263D;
}
</style>
background-color css
<style>
a { background-color: #FD263D; }
a { background-color: rgb(253,38,61); }
div.DivClassName
{
background-color: #FD263D;
}
.BgClassName
{
background-color: #FD263D;
}
</style>
border-color css
<style>
span { border-color: #FD263D; }
span { border-color: rgb(253,38,61); }
td.TdClassName
{
border-color: #FD263D;
}
.TagClassName
{
border-color: #FD263D;
}
</style>