Shades of Torch Red #FF2634
Tints of Torch Red #FF2634
RGB
CMYK
RGB Variations
Color information
#FF2634 (or 0xFF2634) is known color: Torch Red. HEX triplet: FF, 26 and 34. RGB value is (255,38,52). Sum of RGB (Red+Green+Blue) = 255+38+52=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2634 is #00D9CB. Grayscale: #686868. Windows color (decimal): -55756 or 3417855. OLE color: 3417855.
HSL color Cylindrical-coordinate representation of color #FF2634: hue angle of 356.13º 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 #FF2634 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 52 | - |
| CMYK | 0 | 0.85 | 0.80 | 0 |
| HSL | 356.13º | 1% | 0.57% | - |
| HSV(B) | 356.13º | 0.85% | 1% | - |
| XYZ | 42.55 | 22.89 | 5.43 | - |
| YUV | 104.48 | 98.39 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 52 | 0 | 0.85 | 0.80 | 0 | 356.13 | 1 | 0.57 |
| Hex | FF | 26 | 34 | 0 | 55 | 50 | 0 | 164 | 64 | 39 |
| Octal | 377 | 46 | 64 | 0 | 125 | 120 | 0 | 544 | 144 | 71 |
| Binary | 11111111 | 100110 | 110100 | 0 | 1010101 | 1010000 | 0 | 101100100 | 1100100 | 111001 |
Color Harmonies of #FF2634
Complementary color
Monochromatic Colors of #FF2634
Black with #FF2634
Text Example
Text Example
White with #FF2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2634; }
p { color: rgb(255,38,52); }
H1.HeaderClassName
{
color: #FF2634;
}
.AnyTagClassName
{
color: #FF2634;
}
</style>
background-color css
<style>
a { background-color: #FF2634; }
a { background-color: rgb(255,38,52); }
div.DivClassName
{
background-color: #FF2634;
}
.BgClassName
{
background-color: #FF2634;
}
</style>
border-color css
<style>
span { border-color: #FF2634; }
span { border-color: rgb(255,38,52); }
td.TdClassName
{
border-color: #FF2634;
}
.TagClassName
{
border-color: #FF2634;
}
</style>