Shades of Torch Red #FD263F
Tints of Torch Red #FD263F
RGB
CMYK
RGB Variations
Color information
#FD263F (or 0xFD263F) is known color: Torch Red. HEX triplet: FD, 26 and 3F. RGB value is (253,38,63). Sum of RGB (Red+Green+Blue) = 253+38+63=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD263F is #02D9C0. Grayscale: #696969. Windows color (decimal): -186817 or 4138749. OLE color: 4138749.
HSL color Cylindrical-coordinate representation of color #FD263F: hue angle of 353.02º 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 #FD263F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.01 |
| HSL | 353.02º | 0.98% | 0.57% | - |
| HSV(B) | 353.02º | 0.85% | 0.99% | - |
| XYZ | 42.1 | 22.63 | 6.85 | - |
| YUV | 105.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 63 | 0 | 0.85 | 0.75 | 0.01 | 353.02 | 0.98 | 0.57 |
| Hex | FD | 26 | 3F | 0 | 55 | 4B | 1 | 161 | 62 | 39 |
| Octal | 375 | 46 | 77 | 0 | 125 | 113 | 1 | 541 | 142 | 71 |
| Binary | 11111101 | 100110 | 111111 | 0 | 1010101 | 1001011 | 1 | 101100001 | 1100010 | 111001 |
Color Harmonies of #FD263F
Complementary color
Monochromatic Colors of #FD263F
Black with #FD263F
Text Example
Text Example
White with #FD263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD263F; }
p { color: rgb(253,38,63); }
H1.HeaderClassName
{
color: #FD263F;
}
.AnyTagClassName
{
color: #FD263F;
}
</style>
background-color css
<style>
a { background-color: #FD263F; }
a { background-color: rgb(253,38,63); }
div.DivClassName
{
background-color: #FD263F;
}
.BgClassName
{
background-color: #FD263F;
}
</style>
border-color css
<style>
span { border-color: #FD263F; }
span { border-color: rgb(253,38,63); }
td.TdClassName
{
border-color: #FD263F;
}
.TagClassName
{
border-color: #FD263F;
}
</style>