Shades of Torch Red #FD262A
Tints of Torch Red #FD262A
RGB
CMYK
RGB Variations
Color information
#FD262A (or 0xFD262A) is known color: Torch Red. HEX triplet: FD, 26 and 2A. RGB value is (253,38,42). Sum of RGB (Red+Green+Blue) = 253+38+42=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD262A is #02D9D5. Grayscale: #666666. Windows color (decimal): -186838 or 2762493. OLE color: 2762493.
HSL color Cylindrical-coordinate representation of color #FD262A: hue angle of 358.88º 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 #FD262A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.01 |
| HSL | 358.88º | 0.98% | 0.57% | - |
| HSV(B) | 358.88º | 0.85% | 0.99% | - |
| XYZ | 41.62 | 22.44 | 4.33 | - |
| YUV | 102.74 | 93.73 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 42 | 0 | 0.85 | 0.83 | 0.01 | 358.88 | 0.98 | 0.57 |
| Hex | FD | 26 | 2A | 0 | 55 | 53 | 1 | 167 | 62 | 39 |
| Octal | 375 | 46 | 52 | 0 | 125 | 123 | 1 | 547 | 142 | 71 |
| Binary | 11111101 | 100110 | 101010 | 0 | 1010101 | 1010011 | 1 | 101100111 | 1100010 | 111001 |
Color Harmonies of #FD262A
Complementary color
Monochromatic Colors of #FD262A
Black with #FD262A
Text Example
Text Example
White with #FD262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD262A; }
p { color: rgb(253,38,42); }
H1.HeaderClassName
{
color: #FD262A;
}
.AnyTagClassName
{
color: #FD262A;
}
</style>
background-color css
<style>
a { background-color: #FD262A; }
a { background-color: rgb(253,38,42); }
div.DivClassName
{
background-color: #FD262A;
}
.BgClassName
{
background-color: #FD262A;
}
</style>
border-color css
<style>
span { border-color: #FD262A; }
span { border-color: rgb(253,38,42); }
td.TdClassName
{
border-color: #FD262A;
}
.TagClassName
{
border-color: #FD262A;
}
</style>