Shades of Torch Red #FF2635
Tints of Torch Red #FF2635
RGB
CMYK
RGB Variations
Color information
#FF2635 (or 0xFF2635) is known color: Torch Red. HEX triplet: FF, 26 and 35. RGB value is (255,38,53). Sum of RGB (Red+Green+Blue) = 255+38+53=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2635 is #00D9CA. Grayscale: #686868. Windows color (decimal): -55755 or 3483391. OLE color: 3483391.
HSL color Cylindrical-coordinate representation of color #FF2635: hue angle of 355.85º 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 #FF2635 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 53 | - |
| CMYK | 0 | 0.85 | 0.79 | 0 |
| HSL | 355.85º | 1% | 0.57% | - |
| HSV(B) | 355.85º | 0.85% | 1% | - |
| XYZ | 42.58 | 22.9 | 5.54 | - |
| YUV | 104.59 | 98.89 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 53 | 0 | 0.85 | 0.79 | 0 | 355.85 | 1 | 0.57 |
| Hex | FF | 26 | 35 | 0 | 55 | 4F | 0 | 164 | 64 | 39 |
| Octal | 377 | 46 | 65 | 0 | 125 | 117 | 0 | 544 | 144 | 71 |
| Binary | 11111111 | 100110 | 110101 | 0 | 1010101 | 1001111 | 0 | 101100100 | 1100100 | 111001 |
Color Harmonies of #FF2635
Complementary color
Monochromatic Colors of #FF2635
Black with #FF2635
Text Example
Text Example
White with #FF2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2635; }
p { color: rgb(255,38,53); }
H1.HeaderClassName
{
color: #FF2635;
}
.AnyTagClassName
{
color: #FF2635;
}
</style>
background-color css
<style>
a { background-color: #FF2635; }
a { background-color: rgb(255,38,53); }
div.DivClassName
{
background-color: #FF2635;
}
.BgClassName
{
background-color: #FF2635;
}
</style>
border-color css
<style>
span { border-color: #FF2635; }
span { border-color: rgb(255,38,53); }
td.TdClassName
{
border-color: #FF2635;
}
.TagClassName
{
border-color: #FF2635;
}
</style>