Shades of Torch Red #FF0135
Tints of Torch Red #FF0135
RGB
CMYK
RGB Variations
Color information
#FF0135 (or 0xFF0135) is known color: Torch Red. HEX triplet: FF, 01 and 35. RGB value is (255,1,53). Sum of RGB (Red+Green+Blue) = 255+1+53=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0135 is #00FECA. Grayscale: #525252. Windows color (decimal): -65227 or 3473919. OLE color: 3473919.
HSL color Cylindrical-coordinate representation of color #FF0135: hue angle of 347.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0135 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.79 | 0 |
| HSL | 347.72º | 1% | 0.5% | - |
| HSV(B) | 347.72º | 1% | 1% | - |
| XYZ | 41.89 | 21.54 | 5.32 | - |
| YUV | 82.87 | 111.15 | 250.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 53 | 0 | 1.00 | 0.79 | 0 | 347.72 | 1 | 0.5 |
| Hex | FF | 1 | 35 | 0 | 64 | 4F | 0 | 15C | 64 | 32 |
| Octal | 377 | 1 | 65 | 0 | 144 | 117 | 0 | 534 | 144 | 62 |
| Binary | 11111111 | 1 | 110101 | 0 | 1100100 | 1001111 | 0 | 101011100 | 1100100 | 110010 |
Color Harmonies of #FF0135
Complementary color
Monochromatic Colors of #FF0135
Black with #FF0135
Text Example
Text Example
White with #FF0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0135; }
p { color: rgb(255,1,53); }
H1.HeaderClassName
{
color: #FF0135;
}
.AnyTagClassName
{
color: #FF0135;
}
</style>
background-color css
<style>
a { background-color: #FF0135; }
a { background-color: rgb(255,1,53); }
div.DivClassName
{
background-color: #FF0135;
}
.BgClassName
{
background-color: #FF0135;
}
</style>
border-color css
<style>
span { border-color: #FF0135; }
span { border-color: rgb(255,1,53); }
td.TdClassName
{
border-color: #FF0135;
}
.TagClassName
{
border-color: #FF0135;
}
</style>