Shades of Torch Red #FF263C
Tints of Torch Red #FF263C
RGB
CMYK
RGB Variations
Color information
#FF263C (or 0xFF263C) is known color: Torch Red. HEX triplet: FF, 26 and 3C. RGB value is (255,38,60). Sum of RGB (Red+Green+Blue) = 255+38+60=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF263C is #00D9C3. Grayscale: #696969. Windows color (decimal): -55748 or 3942143. OLE color: 3942143.
HSL color Cylindrical-coordinate representation of color #FF263C: hue angle of 353.92º 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 #FF263C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0 |
| HSL | 353.92º | 1% | 0.57% | - |
| HSV(B) | 353.92º | 0.85% | 1% | - |
| XYZ | 42.75 | 22.97 | 6.46 | - |
| YUV | 105.39 | 102.39 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 60 | 0 | 0.85 | 0.76 | 0 | 353.92 | 1 | 0.57 |
| Hex | FF | 26 | 3C | 0 | 55 | 4C | 0 | 162 | 64 | 39 |
| Octal | 377 | 46 | 74 | 0 | 125 | 114 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100110 | 111100 | 0 | 1010101 | 1001100 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF263C
Complementary color
Monochromatic Colors of #FF263C
Black with #FF263C
Text Example
Text Example
White with #FF263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF263C; }
p { color: rgb(255,38,60); }
H1.HeaderClassName
{
color: #FF263C;
}
.AnyTagClassName
{
color: #FF263C;
}
</style>
background-color css
<style>
a { background-color: #FF263C; }
a { background-color: rgb(255,38,60); }
div.DivClassName
{
background-color: #FF263C;
}
.BgClassName
{
background-color: #FF263C;
}
</style>
border-color css
<style>
span { border-color: #FF263C; }
span { border-color: rgb(255,38,60); }
td.TdClassName
{
border-color: #FF263C;
}
.TagClassName
{
border-color: #FF263C;
}
</style>