Shades of Torch Red #FF263E
Tints of Torch Red #FF263E
RGB
CMYK
RGB Variations
Color information
#FF263E (or 0xFF263E) is known color: Torch Red. HEX triplet: FF, 26 and 3E. RGB value is (255,38,62). Sum of RGB (Red+Green+Blue) = 255+38+62=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF263E is #00D9C1. Grayscale: #696969. Windows color (decimal): -55746 or 4073215. OLE color: 4073215.
HSL color Cylindrical-coordinate representation of color #FF263E: hue angle of 353.36º 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 #FF263E is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 62 | - |
| CMYK | 0 | 0.85 | 0.76 | 0 |
| HSL | 353.36º | 1% | 0.57% | - |
| HSV(B) | 353.36º | 0.85% | 1% | - |
| XYZ | 42.8 | 22.99 | 6.74 | - |
| YUV | 105.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 62 | 0 | 0.85 | 0.76 | 0 | 353.36 | 1 | 0.57 |
| Hex | FF | 26 | 3E | 0 | 55 | 4C | 0 | 161 | 64 | 39 |
| Octal | 377 | 46 | 76 | 0 | 125 | 114 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100110 | 111110 | 0 | 1010101 | 1001100 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF263E
Complementary color
Monochromatic Colors of #FF263E
Black with #FF263E
Text Example
Text Example
White with #FF263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF263E; }
p { color: rgb(255,38,62); }
H1.HeaderClassName
{
color: #FF263E;
}
.AnyTagClassName
{
color: #FF263E;
}
</style>
background-color css
<style>
a { background-color: #FF263E; }
a { background-color: rgb(255,38,62); }
div.DivClassName
{
background-color: #FF263E;
}
.BgClassName
{
background-color: #FF263E;
}
</style>
border-color css
<style>
span { border-color: #FF263E; }
span { border-color: rgb(255,38,62); }
td.TdClassName
{
border-color: #FF263E;
}
.TagClassName
{
border-color: #FF263E;
}
</style>