Shades of Torch Red #FF053C
Tints of Torch Red #FF053C
RGB
CMYK
RGB Variations
Color information
#FF053C (or 0xFF053C) is known color: Torch Red. HEX triplet: FF, 05 and 3C. RGB value is (255,5,60). Sum of RGB (Red+Green+Blue) = 255+5+60=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF053C is #00FAC3. Grayscale: #565656. Windows color (decimal): -64196 or 3933695. OLE color: 3933695.
HSL color Cylindrical-coordinate representation of color #FF053C: hue angle of 346.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF053C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0 |
| HSL | 346.8º | 1% | 0.51% | - |
| HSV(B) | 346.8º | 0.98% | 1% | - |
| XYZ | 42.11 | 21.69 | 6.24 | - |
| YUV | 86.02 | 113.33 | 248.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 60 | 0 | 0.98 | 0.76 | 0 | 346.8 | 1 | 0.51 |
| Hex | FF | 5 | 3C | 0 | 62 | 4C | 0 | 15B | 64 | 33 |
| Octal | 377 | 5 | 74 | 0 | 142 | 114 | 0 | 533 | 144 | 63 |
| Binary | 11111111 | 101 | 111100 | 0 | 1100010 | 1001100 | 0 | 101011011 | 1100100 | 110011 |
Color Harmonies of #FF053C
Complementary color
Monochromatic Colors of #FF053C
Black with #FF053C
Text Example
Text Example
White with #FF053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF053C; }
p { color: rgb(255,5,60); }
H1.HeaderClassName
{
color: #FF053C;
}
.AnyTagClassName
{
color: #FF053C;
}
</style>
background-color css
<style>
a { background-color: #FF053C; }
a { background-color: rgb(255,5,60); }
div.DivClassName
{
background-color: #FF053C;
}
.BgClassName
{
background-color: #FF053C;
}
</style>
border-color css
<style>
span { border-color: #FF053C; }
span { border-color: rgb(255,5,60); }
td.TdClassName
{
border-color: #FF053C;
}
.TagClassName
{
border-color: #FF053C;
}
</style>