Shades of Torch Red #FF1935
Tints of Torch Red #FF1935
RGB
CMYK
RGB Variations
Color information
#FF1935 (or 0xFF1935) is known color: Torch Red. HEX triplet: FF, 19 and 35. RGB value is (255,25,53). Sum of RGB (Red+Green+Blue) = 255+25+53=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1935 is #00E6CA. Grayscale: #616161. Windows color (decimal): -59083 or 3480063. OLE color: 3480063.
HSL color Cylindrical-coordinate representation of color #FF1935: hue angle of 352.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1935 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 53 | - |
| CMYK | 0 | 0.90 | 0.79 | 0 |
| HSL | 352.7º | 1% | 0.55% | - |
| HSV(B) | 352.7º | 0.9% | 1% | - |
| XYZ | 42.23 | 22.21 | 5.43 | - |
| YUV | 96.96 | 103.2 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 53 | 0 | 0.90 | 0.79 | 0 | 352.7 | 1 | 0.55 |
| Hex | FF | 19 | 35 | 0 | 5A | 4F | 0 | 161 | 64 | 37 |
| Octal | 377 | 31 | 65 | 0 | 132 | 117 | 0 | 541 | 144 | 67 |
| Binary | 11111111 | 11001 | 110101 | 0 | 1011010 | 1001111 | 0 | 101100001 | 1100100 | 110111 |
Color Harmonies of #FF1935
Complementary color
Monochromatic Colors of #FF1935
Black with #FF1935
Text Example
Text Example
White with #FF1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1935; }
p { color: rgb(255,25,53); }
H1.HeaderClassName
{
color: #FF1935;
}
.AnyTagClassName
{
color: #FF1935;
}
</style>
background-color css
<style>
a { background-color: #FF1935; }
a { background-color: rgb(255,25,53); }
div.DivClassName
{
background-color: #FF1935;
}
.BgClassName
{
background-color: #FF1935;
}
</style>
border-color css
<style>
span { border-color: #FF1935; }
span { border-color: rgb(255,25,53); }
td.TdClassName
{
border-color: #FF1935;
}
.TagClassName
{
border-color: #FF1935;
}
</style>