Shades of Torch Red #FF1E35
Tints of Torch Red #FF1E35
RGB
CMYK
RGB Variations
Color information
#FF1E35 (or 0xFF1E35) is known color: Torch Red. HEX triplet: FF, 1E and 35. RGB value is (255,30,53). Sum of RGB (Red+Green+Blue) = 255+30+53=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E35 is #00E1CA. Grayscale: #646464. Windows color (decimal): -57803 or 3481343. OLE color: 3481343.
HSL color Cylindrical-coordinate representation of color #FF1E35: hue angle of 353.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E35 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 53 | - |
| CMYK | 0 | 0.88 | 0.79 | 0 |
| HSL | 353.87º | 1% | 0.56% | - |
| HSV(B) | 353.87º | 0.88% | 1% | - |
| XYZ | 42.35 | 22.45 | 5.47 | - |
| YUV | 99.9 | 101.54 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 53 | 0 | 0.88 | 0.79 | 0 | 353.87 | 1 | 0.56 |
| Hex | FF | 1E | 35 | 0 | 58 | 4F | 0 | 162 | 64 | 38 |
| Octal | 377 | 36 | 65 | 0 | 130 | 117 | 0 | 542 | 144 | 70 |
| Binary | 11111111 | 11110 | 110101 | 0 | 1011000 | 1001111 | 0 | 101100010 | 1100100 | 111000 |
Color Harmonies of #FF1E35
Complementary color
Monochromatic Colors of #FF1E35
Black with #FF1E35
Text Example
Text Example
White with #FF1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E35; }
p { color: rgb(255,30,53); }
H1.HeaderClassName
{
color: #FF1E35;
}
.AnyTagClassName
{
color: #FF1E35;
}
</style>
background-color css
<style>
a { background-color: #FF1E35; }
a { background-color: rgb(255,30,53); }
div.DivClassName
{
background-color: #FF1E35;
}
.BgClassName
{
background-color: #FF1E35;
}
</style>
border-color css
<style>
span { border-color: #FF1E35; }
span { border-color: rgb(255,30,53); }
td.TdClassName
{
border-color: #FF1E35;
}
.TagClassName
{
border-color: #FF1E35;
}
</style>