Shades of Torch Red #FF0935
Tints of Torch Red #FF0935
RGB
CMYK
RGB Variations
Color information
#FF0935 (or 0xFF0935) is known color: Torch Red. HEX triplet: FF, 09 and 35. RGB value is (255,9,53). Sum of RGB (Red+Green+Blue) = 255+9+53=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0935 is #00F6CA. Grayscale: #575757. Windows color (decimal): -63179 or 3475967. OLE color: 3475967.
HSL color Cylindrical-coordinate representation of color #FF0935: hue angle of 349.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0935 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.79 | 0 |
| HSL | 349.27º | 1% | 0.52% | - |
| HSV(B) | 349.27º | 0.96% | 1% | - |
| XYZ | 41.98 | 21.71 | 5.35 | - |
| YUV | 87.57 | 108.5 | 247.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 53 | 0 | 0.96 | 0.79 | 0 | 349.27 | 1 | 0.52 |
| Hex | FF | 9 | 35 | 0 | 60 | 4F | 0 | 15D | 64 | 34 |
| Octal | 377 | 11 | 65 | 0 | 140 | 117 | 0 | 535 | 144 | 64 |
| Binary | 11111111 | 1001 | 110101 | 0 | 1100000 | 1001111 | 0 | 101011101 | 1100100 | 110100 |
Color Harmonies of #FF0935
Complementary color
Monochromatic Colors of #FF0935
Black with #FF0935
Text Example
Text Example
White with #FF0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0935; }
p { color: rgb(255,9,53); }
H1.HeaderClassName
{
color: #FF0935;
}
.AnyTagClassName
{
color: #FF0935;
}
</style>
background-color css
<style>
a { background-color: #FF0935; }
a { background-color: rgb(255,9,53); }
div.DivClassName
{
background-color: #FF0935;
}
.BgClassName
{
background-color: #FF0935;
}
</style>
border-color css
<style>
span { border-color: #FF0935; }
span { border-color: rgb(255,9,53); }
td.TdClassName
{
border-color: #FF0935;
}
.TagClassName
{
border-color: #FF0935;
}
</style>