Shades of Torch Red #FF052D
Tints of Torch Red #FF052D
RGB
CMYK
RGB Variations
Color information
#FF052D (or 0xFF052D) is known color: Torch Red. HEX triplet: FF, 05 and 2D. RGB value is (255,5,45). Sum of RGB (Red+Green+Blue) = 255+5+45=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF052D is #00FAD2. Grayscale: #545454. Windows color (decimal): -64211 or 2950655. OLE color: 2950655.
HSL color Cylindrical-coordinate representation of color #FF052D: hue angle of 350.4º 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 #FF052D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0 |
| HSL | 350.4º | 1% | 0.51% | - |
| HSV(B) | 350.4º | 0.98% | 1% | - |
| XYZ | 41.77 | 21.56 | 4.44 | - |
| YUV | 84.31 | 105.83 | 249.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 45 | 0 | 0.98 | 0.82 | 0 | 350.4 | 1 | 0.51 |
| Hex | FF | 5 | 2D | 0 | 62 | 52 | 0 | 15E | 64 | 33 |
| Octal | 377 | 5 | 55 | 0 | 142 | 122 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 101 | 101101 | 0 | 1100010 | 1010010 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF052D
Complementary color
Monochromatic Colors of #FF052D
Black with #FF052D
Text Example
Text Example
White with #FF052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF052D; }
p { color: rgb(255,5,45); }
H1.HeaderClassName
{
color: #FF052D;
}
.AnyTagClassName
{
color: #FF052D;
}
</style>
background-color css
<style>
a { background-color: #FF052D; }
a { background-color: rgb(255,5,45); }
div.DivClassName
{
background-color: #FF052D;
}
.BgClassName
{
background-color: #FF052D;
}
</style>
border-color css
<style>
span { border-color: #FF052D; }
span { border-color: rgb(255,5,45); }
td.TdClassName
{
border-color: #FF052D;
}
.TagClassName
{
border-color: #FF052D;
}
</style>