Shades of Torch Red #FD263A
Tints of Torch Red #FD263A
RGB
CMYK
RGB Variations
Color information
#FD263A (or 0xFD263A) is known color: Torch Red. HEX triplet: FD, 26 and 3A. RGB value is (253,38,58). Sum of RGB (Red+Green+Blue) = 253+38+58=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD263A is #02D9C5. Grayscale: #686868. Windows color (decimal): -186822 or 3811069. OLE color: 3811069.
HSL color Cylindrical-coordinate representation of color #FD263A: hue angle of 354.42º 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 #FD263A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.42º | 0.98% | 0.57% | - |
| HSV(B) | 354.42º | 0.85% | 0.99% | - |
| XYZ | 41.96 | 22.57 | 6.15 | - |
| YUV | 104.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 58 | 0 | 0.85 | 0.77 | 0.01 | 354.42 | 0.98 | 0.57 |
| Hex | FD | 26 | 3A | 0 | 55 | 4D | 1 | 162 | 62 | 39 |
| Octal | 375 | 46 | 72 | 0 | 125 | 115 | 1 | 542 | 142 | 71 |
| Binary | 11111101 | 100110 | 111010 | 0 | 1010101 | 1001101 | 1 | 101100010 | 1100010 | 111001 |
Color Harmonies of #FD263A
Complementary color
Monochromatic Colors of #FD263A
Black with #FD263A
Text Example
Text Example
White with #FD263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD263A; }
p { color: rgb(253,38,58); }
H1.HeaderClassName
{
color: #FD263A;
}
.AnyTagClassName
{
color: #FD263A;
}
</style>
background-color css
<style>
a { background-color: #FD263A; }
a { background-color: rgb(253,38,58); }
div.DivClassName
{
background-color: #FD263A;
}
.BgClassName
{
background-color: #FD263A;
}
</style>
border-color css
<style>
span { border-color: #FD263A; }
span { border-color: rgb(253,38,58); }
td.TdClassName
{
border-color: #FD263A;
}
.TagClassName
{
border-color: #FD263A;
}
</style>