Shades of Torch Red #FF052B
Tints of Torch Red #FF052B
RGB
CMYK
RGB Variations
Color information
#FF052B (or 0xFF052B) is known color: Torch Red. HEX triplet: FF, 05 and 2B. RGB value is (255,5,43). Sum of RGB (Red+Green+Blue) = 255+5+43=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF052B is #00FAD4. Grayscale: #545454. Windows color (decimal): -64213 or 2819583. OLE color: 2819583.
HSL color Cylindrical-coordinate representation of color #FF052B: hue angle of 350.88º 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 #FF052B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.83 | 0 |
| HSL | 350.88º | 1% | 0.51% | - |
| HSV(B) | 350.88º | 0.98% | 1% | - |
| XYZ | 41.73 | 21.54 | 4.24 | - |
| YUV | 84.08 | 104.83 | 249.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 43 | 0 | 0.98 | 0.83 | 0 | 350.88 | 1 | 0.51 |
| Hex | FF | 5 | 2B | 0 | 62 | 53 | 0 | 15F | 64 | 33 |
| Octal | 377 | 5 | 53 | 0 | 142 | 123 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 101 | 101011 | 0 | 1100010 | 1010011 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF052B
Complementary color
Monochromatic Colors of #FF052B
Black with #FF052B
Text Example
Text Example
White with #FF052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF052B; }
p { color: rgb(255,5,43); }
H1.HeaderClassName
{
color: #FF052B;
}
.AnyTagClassName
{
color: #FF052B;
}
</style>
background-color css
<style>
a { background-color: #FF052B; }
a { background-color: rgb(255,5,43); }
div.DivClassName
{
background-color: #FF052B;
}
.BgClassName
{
background-color: #FF052B;
}
</style>
border-color css
<style>
span { border-color: #FF052B; }
span { border-color: rgb(255,5,43); }
td.TdClassName
{
border-color: #FF052B;
}
.TagClassName
{
border-color: #FF052B;
}
</style>