Shades of Torch Red #FF262D
Tints of Torch Red #FF262D
RGB
CMYK
RGB Variations
Color information
#FF262D (or 0xFF262D) is known color: Torch Red. HEX triplet: FF, 26 and 2D. RGB value is (255,38,45). Sum of RGB (Red+Green+Blue) = 255+38+45=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF262D is #00D9D2. Grayscale: #676767. Windows color (decimal): -55763 or 2959103. OLE color: 2959103.
HSL color Cylindrical-coordinate representation of color #FF262D: hue angle of 358.06º 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 #FF262D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 45 | - |
| CMYK | 0 | 0.85 | 0.82 | 0 |
| HSL | 358.06º | 1% | 0.57% | - |
| HSV(B) | 358.06º | 0.85% | 1% | - |
| XYZ | 42.41 | 22.84 | 4.66 | - |
| YUV | 103.68 | 94.89 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 45 | 0 | 0.85 | 0.82 | 0 | 358.06 | 1 | 0.57 |
| Hex | FF | 26 | 2D | 0 | 55 | 52 | 0 | 166 | 64 | 39 |
| Octal | 377 | 46 | 55 | 0 | 125 | 122 | 0 | 546 | 144 | 71 |
| Binary | 11111111 | 100110 | 101101 | 0 | 1010101 | 1010010 | 0 | 101100110 | 1100100 | 111001 |
Color Harmonies of #FF262D
Complementary color
Monochromatic Colors of #FF262D
Black with #FF262D
Text Example
Text Example
White with #FF262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF262D; }
p { color: rgb(255,38,45); }
H1.HeaderClassName
{
color: #FF262D;
}
.AnyTagClassName
{
color: #FF262D;
}
</style>
background-color css
<style>
a { background-color: #FF262D; }
a { background-color: rgb(255,38,45); }
div.DivClassName
{
background-color: #FF262D;
}
.BgClassName
{
background-color: #FF262D;
}
</style>
border-color css
<style>
span { border-color: #FF262D; }
span { border-color: rgb(255,38,45); }
td.TdClassName
{
border-color: #FF262D;
}
.TagClassName
{
border-color: #FF262D;
}
</style>