Shades of Torch Red #FF263A
Tints of Torch Red #FF263A
RGB
CMYK
RGB Variations
Color information
#FF263A (or 0xFF263A) is known color: Torch Red. HEX triplet: FF, 26 and 3A. RGB value is (255,38,58). Sum of RGB (Red+Green+Blue) = 255+38+58=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF263A is #00D9C5. Grayscale: #696969. Windows color (decimal): -55750 or 3811071. OLE color: 3811071.
HSL color Cylindrical-coordinate representation of color #FF263A: hue angle of 354.47º 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 #FF263A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0 |
| HSL | 354.47º | 1% | 0.57% | - |
| HSV(B) | 354.47º | 0.85% | 1% | - |
| XYZ | 42.7 | 22.95 | 6.18 | - |
| YUV | 105.16 | 101.39 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 58 | 0 | 0.85 | 0.77 | 0 | 354.47 | 1 | 0.57 |
| Hex | FF | 26 | 3A | 0 | 55 | 4D | 0 | 162 | 64 | 39 |
| Octal | 377 | 46 | 72 | 0 | 125 | 115 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100110 | 111010 | 0 | 1010101 | 1001101 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF263A
Complementary color
Monochromatic Colors of #FF263A
Black with #FF263A
Text Example
Text Example
White with #FF263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF263A; }
p { color: rgb(255,38,58); }
H1.HeaderClassName
{
color: #FF263A;
}
.AnyTagClassName
{
color: #FF263A;
}
</style>
background-color css
<style>
a { background-color: #FF263A; }
a { background-color: rgb(255,38,58); }
div.DivClassName
{
background-color: #FF263A;
}
.BgClassName
{
background-color: #FF263A;
}
</style>
border-color css
<style>
span { border-color: #FF263A; }
span { border-color: rgb(255,38,58); }
td.TdClassName
{
border-color: #FF263A;
}
.TagClassName
{
border-color: #FF263A;
}
</style>