Shades of Torch Red #FF0621
Tints of Torch Red #FF0621
RGB
CMYK
RGB Variations
Color information
#FF0621 (or 0xFF0621) is known color: Torch Red. HEX triplet: FF, 06 and 21. RGB value is (255,6,33). Sum of RGB (Red+Green+Blue) = 255+6+33=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0621 is #00F9DE. Grayscale: #535353. Windows color (decimal): -63967 or 2164479. OLE color: 2164479.
HSL color Cylindrical-coordinate representation of color #FF0621: hue angle of 353.49º 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 #FF0621 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 33 | - |
| CMYK | 0 | 0.98 | 0.87 | 0 |
| HSL | 353.49º | 1% | 0.51% | - |
| HSV(B) | 353.49º | 0.98% | 1% | - |
| XYZ | 41.58 | 21.5 | 3.4 | - |
| YUV | 83.53 | 99.49 | 250.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 33 | 0 | 0.98 | 0.87 | 0 | 353.49 | 1 | 0.51 |
| Hex | FF | 6 | 21 | 0 | 62 | 57 | 0 | 161 | 64 | 33 |
| Octal | 377 | 6 | 41 | 0 | 142 | 127 | 0 | 541 | 144 | 63 |
| Binary | 11111111 | 110 | 100001 | 0 | 1100010 | 1010111 | 0 | 101100001 | 1100100 | 110011 |
Color Harmonies of #FF0621
Complementary color
Monochromatic Colors of #FF0621
Black with #FF0621
Text Example
Text Example
White with #FF0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0621; }
p { color: rgb(255,6,33); }
H1.HeaderClassName
{
color: #FF0621;
}
.AnyTagClassName
{
color: #FF0621;
}
</style>
background-color css
<style>
a { background-color: #FF0621; }
a { background-color: rgb(255,6,33); }
div.DivClassName
{
background-color: #FF0621;
}
.BgClassName
{
background-color: #FF0621;
}
</style>
border-color css
<style>
span { border-color: #FF0621; }
span { border-color: rgb(255,6,33); }
td.TdClassName
{
border-color: #FF0621;
}
.TagClassName
{
border-color: #FF0621;
}
</style>