Shades of Torch Red #FF0627
Tints of Torch Red #FF0627
RGB
CMYK
RGB Variations
Color information
#FF0627 (or 0xFF0627) is known color: Torch Red. HEX triplet: FF, 06 and 27. RGB value is (255,6,39). Sum of RGB (Red+Green+Blue) = 255+6+39=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0627 is #00F9D8. Grayscale: #545454. Windows color (decimal): -63961 or 2557695. OLE color: 2557695.
HSL color Cylindrical-coordinate representation of color #FF0627: hue angle of 352.05º 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 #FF0627 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 39 | - |
| CMYK | 0 | 0.98 | 0.85 | 0 |
| HSL | 352.05º | 1% | 0.51% | - |
| HSV(B) | 352.05º | 0.98% | 1% | - |
| XYZ | 41.67 | 21.54 | 3.88 | - |
| YUV | 84.21 | 102.49 | 249.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 39 | 0 | 0.98 | 0.85 | 0 | 352.05 | 1 | 0.51 |
| Hex | FF | 6 | 27 | 0 | 62 | 55 | 0 | 160 | 64 | 33 |
| Octal | 377 | 6 | 47 | 0 | 142 | 125 | 0 | 540 | 144 | 63 |
| Binary | 11111111 | 110 | 100111 | 0 | 1100010 | 1010101 | 0 | 101100000 | 1100100 | 110011 |
Color Harmonies of #FF0627
Complementary color
Monochromatic Colors of #FF0627
Black with #FF0627
Text Example
Text Example
White with #FF0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0627; }
p { color: rgb(255,6,39); }
H1.HeaderClassName
{
color: #FF0627;
}
.AnyTagClassName
{
color: #FF0627;
}
</style>
background-color css
<style>
a { background-color: #FF0627; }
a { background-color: rgb(255,6,39); }
div.DivClassName
{
background-color: #FF0627;
}
.BgClassName
{
background-color: #FF0627;
}
</style>
border-color css
<style>
span { border-color: #FF0627; }
span { border-color: rgb(255,6,39); }
td.TdClassName
{
border-color: #FF0627;
}
.TagClassName
{
border-color: #FF0627;
}
</style>