Shades of Torch Red #FF262E
Tints of Torch Red #FF262E
RGB
CMYK
RGB Variations
Color information
#FF262E (or 0xFF262E) is known color: Torch Red. HEX triplet: FF, 26 and 2E. RGB value is (255,38,46). Sum of RGB (Red+Green+Blue) = 255+38+46=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF262E is #00D9D1. Grayscale: #676767. Windows color (decimal): -55762 or 3024639. OLE color: 3024639.
HSL color Cylindrical-coordinate representation of color #FF262E: hue angle of 357.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF262E is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 46 | - |
| CMYK | 0 | 0.85 | 0.82 | 0 |
| HSL | 357.79º | 1% | 0.57% | - |
| HSV(B) | 357.79º | 0.85% | 1% | - |
| XYZ | 42.43 | 22.84 | 4.76 | - |
| YUV | 103.8 | 95.39 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 46 | 0 | 0.85 | 0.82 | 0 | 357.79 | 1 | 0.57 |
| Hex | FF | 26 | 2E | 0 | 55 | 52 | 0 | 166 | 64 | 39 |
| Octal | 377 | 46 | 56 | 0 | 125 | 122 | 0 | 546 | 144 | 71 |
| Binary | 11111111 | 100110 | 101110 | 0 | 1010101 | 1010010 | 0 | 101100110 | 1100100 | 111001 |
Color Harmonies of #FF262E
Complementary color
Monochromatic Colors of #FF262E
Black with #FF262E
Text Example
Text Example
White with #FF262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF262E; }
p { color: rgb(255,38,46); }
H1.HeaderClassName
{
color: #FF262E;
}
.AnyTagClassName
{
color: #FF262E;
}
</style>
background-color css
<style>
a { background-color: #FF262E; }
a { background-color: rgb(255,38,46); }
div.DivClassName
{
background-color: #FF262E;
}
.BgClassName
{
background-color: #FF262E;
}
</style>
border-color css
<style>
span { border-color: #FF262E; }
span { border-color: rgb(255,38,46); }
td.TdClassName
{
border-color: #FF262E;
}
.TagClassName
{
border-color: #FF262E;
}
</style>