Shades of Torch Red #FF062D
Tints of Torch Red #FF062D
RGB
CMYK
RGB Variations
Color information
#FF062D (or 0xFF062D) is known color: Torch Red. HEX triplet: FF, 06 and 2D. RGB value is (255,6,45). Sum of RGB (Red+Green+Blue) = 255+6+45=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF062D is #00F9D2. Grayscale: #545454. Windows color (decimal): -63955 or 2950911. OLE color: 2950911.
HSL color Cylindrical-coordinate representation of color #FF062D: hue angle of 350.6º 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 #FF062D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0 |
| HSL | 350.6º | 1% | 0.51% | - |
| HSV(B) | 350.6º | 0.98% | 1% | - |
| XYZ | 41.78 | 21.58 | 4.45 | - |
| YUV | 84.9 | 105.49 | 249.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 45 | 0 | 0.98 | 0.82 | 0 | 350.6 | 1 | 0.51 |
| Hex | FF | 6 | 2D | 0 | 62 | 52 | 0 | 15F | 64 | 33 |
| Octal | 377 | 6 | 55 | 0 | 142 | 122 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 110 | 101101 | 0 | 1100010 | 1010010 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF062D
Complementary color
Monochromatic Colors of #FF062D
Black with #FF062D
Text Example
Text Example
White with #FF062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF062D; }
p { color: rgb(255,6,45); }
H1.HeaderClassName
{
color: #FF062D;
}
.AnyTagClassName
{
color: #FF062D;
}
</style>
background-color css
<style>
a { background-color: #FF062D; }
a { background-color: rgb(255,6,45); }
div.DivClassName
{
background-color: #FF062D;
}
.BgClassName
{
background-color: #FF062D;
}
</style>
border-color css
<style>
span { border-color: #FF062D; }
span { border-color: rgb(255,6,45); }
td.TdClassName
{
border-color: #FF062D;
}
.TagClassName
{
border-color: #FF062D;
}
</style>